Html Css Color HEX #EFC03D Saffron

📋 copy color: '#EFC03D'

red 239 ◦ green 192 ◦ blue 61

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

Shades of Saffron #EFC03D

Tints of Saffron #EFC03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.02%

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

R = 48.58%
G = 39.02%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFC03D (or 0xEFC03D) is known color: Saffron. HEX triplet: EF, C0 and 3D. RGB value is (239,192,61). Sum of RGB (Red+Green+Blue) = 239+192+61=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC03D is #103FC2. Grayscale: #BFBFBF. Windows color (decimal): -1064899 or 4047087. OLE color: 4047087.

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

Color convert

RGB 239 192 61 -
CMYK 0 0.20 0.74 0.06
HSL 44.16º 0.85% 0.59% -
HSV(B) 44.16º 0.74% 0.94% -
XYZ 55.29 56.39 12.38 -
YUV 191.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 239 192 61 0 0.20 0.74 0.06 44.16 0.85 0.59
Hex EF C0 3D 0 14 4A 6 2C 55 3B
Octal 357 300 75 0 24 112 6 54 125 73
Binary 11101111 11000000 111101 0 10100 1001010 110 101100 1010101 111011

Color Harmonies of #EFC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC03D

Black with #EFC03D

Text Example


Text Example

White with #EFC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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