Html Css Color HEX #EFC23C Saffron

📋 copy color: '#EFC23C'

red 239 ◦ green 194 ◦ blue 60

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

Shades of Saffron #EFC23C

Tints of Saffron #EFC23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.17%

R = 48.48%
G = 39.35%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFC23C (or 0xEFC23C) is known color: Saffron. HEX triplet: EF, C2 and 3C. RGB value is (239,194,60). Sum of RGB (Red+Green+Blue) = 239+194+60=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC23C is #103DC3. Grayscale: #C0C0C0. Windows color (decimal): -1064388 or 3982063. OLE color: 3982063.

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

Color convert

RGB 239 194 60 -
CMYK 0 0.19 0.75 0.06
HSL 44.92º 0.85% 0.59% -
HSV(B) 44.92º 0.75% 0.94% -
XYZ 55.7 57.26 12.39 -
YUV 192.18 53.41 161.4 -
System Red Green Blue C M Y K H S L
Decimal 239 194 60 0 0.19 0.75 0.06 44.92 0.85 0.59
Hex EF C2 3C 0 13 4B 6 2D 55 3B
Octal 357 302 74 0 23 113 6 55 125 73
Binary 11101111 11000010 111100 0 10011 1001011 110 101101 1010101 111011

Color Harmonies of #EFC23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC23C

Black with #EFC23C

Text Example


Text Example

White with #EFC23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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