Html Css Color HEX #EFC038 Saffron

📋 copy color: '#EFC038'

red 239 ◦ green 192 ◦ blue 56

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

Shades of Saffron #EFC038

Tints of Saffron #EFC038

RGB

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

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

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

R = 49.08%
G = 39.43%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFC038 (or 0xEFC038) is known color: Saffron. HEX triplet: EF, C0 and 38. RGB value is (239,192,56). Sum of RGB (Red+Green+Blue) = 239+192+56=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC038 is #103FC7. Grayscale: #BFBFBF. Windows color (decimal): -1064904 or 3719407. OLE color: 3719407.

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

Color convert

RGB 239 192 56 -
CMYK 0 0.20 0.77 0.06
HSL 44.59º 0.85% 0.58% -
HSV(B) 44.59º 0.77% 0.94% -
XYZ 55.16 56.34 11.71 -
YUV 190.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 239 192 56 0 0.20 0.77 0.06 44.59 0.85 0.58
Hex EF C0 38 0 14 4D 6 2D 55 3A
Octal 357 300 70 0 24 115 6 55 125 72
Binary 11101111 11000000 111000 0 10100 1001101 110 101101 1010101 111010

Color Harmonies of #EFC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC038

Black with #EFC038

Text Example


Text Example

White with #EFC038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC038; }

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

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

background-color css

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

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

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

border-color css

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

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

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