Html Css Color HEX #EFC43E Saffron

📋 copy color: '#EFC43E'

red 239 ◦ green 196 ◦ blue 62

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

Shades of Saffron #EFC43E

Tints of Saffron #EFC43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.47%

R = 48.09%
G = 39.44%
B = 12.47%

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

#EFC43E (or 0xEFC43E) is known color: Saffron. HEX triplet: EF, C4 and 3E. RGB value is (239,196,62). Sum of RGB (Red+Green+Blue) = 239+196+62=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC43E is #103BC1. Grayscale: #C2C2C2. Windows color (decimal): -1063874 or 4113647. OLE color: 4113647.

HSL color Cylindrical-coordinate representation of color #EFC43E: hue angle of 45.42º 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 #EFC43E is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 62 -
CMYK 0 0.18 0.74 0.06
HSL 45.42º 0.85% 0.59% -
HSV(B) 45.42º 0.74% 0.94% -
XYZ 56.21 58.18 12.82 -
YUV 193.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 239 196 62 0 0.18 0.74 0.06 45.42 0.85 0.59
Hex EF C4 3E 0 12 4A 6 2D 55 3B
Octal 357 304 76 0 22 112 6 55 125 73
Binary 11101111 11000100 111110 0 10010 1001010 110 101101 1010101 111011

Color Harmonies of #EFC43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC43E

Black with #EFC43E

Text Example


Text Example

White with #EFC43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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