Html Css Color HEX #EDC038 Saffron

📋 copy color: '#EDC038'

red 237 ◦ green 192 ◦ blue 56

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

Shades of Saffron #EDC038

Tints of Saffron #EDC038

RGB

 RED value IS 237 (92.97% from 255) = 48.87%

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

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

R = 48.87%
G = 39.59%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDC038 (or 0xEDC038) is known color: Saffron. HEX triplet: ED, C0 and 38. RGB value is (237,192,56). Sum of RGB (Red+Green+Blue) = 237+192+56=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC038 is #123FC7. Grayscale: #BEBEBE. Windows color (decimal): -1195976 or 3719405. OLE color: 3719405.

HSL color Cylindrical-coordinate representation of color #EDC038: hue angle of 45.08º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDC038 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 192 56 -
CMYK 0 0.19 0.76 0.07
HSL 45.08º 0.83% 0.57% -
HSV(B) 45.08º 0.76% 0.93% -
XYZ 54.49 55.99 11.68 -
YUV 189.95 52.41 161.56 -
System Red Green Blue C M Y K H S L
Decimal 237 192 56 0 0.19 0.76 0.07 45.08 0.83 0.57
Hex ED C0 38 0 13 4C 7 2D 53 39
Octal 355 300 70 0 23 114 7 55 123 71
Binary 11101101 11000000 111000 0 10011 1001100 111 101101 1010011 111001

Color Harmonies of #EDC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC038

Black with #EDC038

Text Example


Text Example

White with #EDC038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC038; }

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

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

background-color css

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

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

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

border-color css

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

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

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