Html Css Color HEX #EFC938 Saffron

📋 copy color: '#EFC938'

red 239 ◦ green 201 ◦ blue 56

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

Shades of Saffron #EFC938

Tints of Saffron #EFC938

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.52%

 BLUE value IS 56 (22.27% from 255) = 11.29%

R = 48.19%
G = 40.52%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFC938 (or 0xEFC938) is known color: Saffron. HEX triplet: EF, C9 and 38. RGB value is (239,201,56). Sum of RGB (Red+Green+Blue) = 239+201+56=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 56 (22.27% from 255 or 11.29% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC938 is #1036C7. Grayscale: #C4C4C4. Windows color (decimal): -1062600 or 3721711. OLE color: 3721711.

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

Color convert

RGB 239 201 56 -
CMYK 0 0.16 0.77 0.06
HSL 47.54º 0.85% 0.58% -
HSV(B) 47.54º 0.77% 0.94% -
XYZ 57.2 60.41 12.39 -
YUV 195.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 239 201 56 0 0.16 0.77 0.06 47.54 0.85 0.58
Hex EF C9 38 0 10 4D 6 30 55 3A
Octal 357 311 70 0 20 115 6 60 125 72
Binary 11101111 11001001 111000 0 10000 1001101 110 110000 1010101 111010

Color Harmonies of #EFC938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC938

Black with #EFC938

Text Example


Text Example

White with #EFC938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC938; }

 p { color: rgb(239,201,56); }

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

background-color css

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

 a { background-color: rgb(239,201,56); }

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

border-color css

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

 span { border-color: rgb(239,201,56); }

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