Html Css Color HEX #EFC236 Saffron

📋 copy color: '#EFC236'

red 239 ◦ green 194 ◦ blue 54

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

Shades of Saffron #EFC236

Tints of Saffron #EFC236

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.84%

 BLUE value IS 54 (21.48% from 255) = 11.09%

R = 49.08%
G = 39.84%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFC236 (or 0xEFC236) is known color: Saffron. HEX triplet: EF, C2 and 36. RGB value is (239,194,54). Sum of RGB (Red+Green+Blue) = 239+194+54=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 54 (21.48% from 255 or 11.09% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC236 is #103DC9. Grayscale: #C0C0C0. Windows color (decimal): -1064394 or 3588847. OLE color: 3588847.

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

Color convert

RGB 239 194 54 -
CMYK 0 0.19 0.77 0.06
HSL 45.41º 0.85% 0.57% -
HSV(B) 45.41º 0.77% 0.94% -
XYZ 55.55 57.2 11.6 -
YUV 191.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 239 194 54 0 0.19 0.77 0.06 45.41 0.85 0.57
Hex EF C2 36 0 13 4D 6 2D 55 39
Octal 357 302 66 0 23 115 6 55 125 71
Binary 11101111 11000010 110110 0 10011 1001101 110 101101 1010101 111001

Color Harmonies of #EFC236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC236

Black with #EFC236

Text Example


Text Example

White with #EFC236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC236; }

 p { color: rgb(239,194,54); }

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

background-color css

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

 a { background-color: rgb(239,194,54); }

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

border-color css

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

 span { border-color: rgb(239,194,54); }

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