Html Css Color HEX #EFC23F Saffron

📋 copy color: '#EFC23F'

red 239 ◦ green 194 ◦ blue 63

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

Shades of Saffron #EFC23F

Tints of Saffron #EFC23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.7%

R = 48.19%
G = 39.11%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFC23F (or 0xEFC23F) is known color: Saffron. HEX triplet: EF, C2 and 3F. RGB value is (239,194,63). Sum of RGB (Red+Green+Blue) = 239+194+63=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC23F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC23F is #103DC0. Grayscale: #C1C1C1. Windows color (decimal): -1064385 or 4178671. OLE color: 4178671.

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

Color convert

RGB 239 194 63 -
CMYK 0 0.19 0.74 0.06
HSL 44.66º 0.85% 0.59% -
HSV(B) 44.66º 0.74% 0.94% -
XYZ 55.79 57.29 12.82 -
YUV 192.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 239 194 63 0 0.19 0.74 0.06 44.66 0.85 0.59
Hex EF C2 3F 0 13 4A 6 2D 55 3B
Octal 357 302 77 0 23 112 6 55 125 73
Binary 11101111 11000010 111111 0 10011 1001010 110 101101 1010101 111011

Color Harmonies of #EFC23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC23F

Black with #EFC23F

Text Example


Text Example

White with #EFC23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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