Html Css Color HEX #EFC43D Saffron

📋 copy color: '#EFC43D'

red 239 ◦ green 196 ◦ blue 61

#EFC43D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #EFC43D

Tints of Saffron #EFC43D

RGB

 RED value IS 239 (93.75% from 255) = 48.19%

 GREEN value IS 196 (76.95% from 255) = 39.52%

 BLUE value IS 61 (24.22% from 255) = 12.3%

R = 48.19%
G = 39.52%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFC43D (or 0xEFC43D) is known color: Saffron. HEX triplet: EF, C4 and 3D. RGB value is (239,196,61). Sum of RGB (Red+Green+Blue) = 239+196+61=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC43D is #103BC2. Grayscale: #C2C2C2. Windows color (decimal): -1063875 or 4048111. OLE color: 4048111.

HSL color Cylindrical-coordinate representation of color #EFC43D: hue angle of 45.51º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFC43D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 61 -
CMYK 0 0.18 0.74 0.06
HSL 45.51º 0.85% 0.59% -
HSV(B) 45.51º 0.74% 0.94% -
XYZ 56.18 58.17 12.68 -
YUV 193.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 239 196 61 0 0.18 0.74 0.06 45.51 0.85 0.59
Hex EF C4 3D 0 12 4A 6 2E 55 3B
Octal 357 304 75 0 22 112 6 56 125 73
Binary 11101111 11000100 111101 0 10010 1001010 110 101110 1010101 111011

Color Harmonies of #EFC43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC43D

Black with #EFC43D

Text Example


Text Example

White with #EFC43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC43D; }

 p { color: rgb(239,196,61); }

 H1.HeaderClassName
 {
   color: #EFC43D;
 }
 .AnyTagClassName
 {
   color: #EFC43D;
 }
</style>

background-color css

<style>
 a { background-color: #EFC43D; }

 a { background-color: rgb(239,196,61); }

 div.DivClassName
 {
   background-color: #EFC43D;
 }
 .BgClassName
 {
   background-color: #EFC43D;
 }
</style>

border-color css

<style>
 span { border-color: #EFC43D; }

 span { border-color: rgb(239,196,61); }

 td.TdClassName
 {
   border-color: #EFC43D;
 }
 .TagClassName
 {
   border-color: #EFC43D;
 }
</style>