Html Css Color HEX #EDC035 Saffron

📋 copy color: '#EDC035'

red 237 ◦ green 192 ◦ blue 53

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

Shades of Saffron #EDC035

Tints of Saffron #EDC035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11%

R = 49.17%
G = 39.83%
B = 11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDC035 (or 0xEDC035) is known color: Saffron. HEX triplet: ED, C0 and 35. RGB value is (237,192,53). Sum of RGB (Red+Green+Blue) = 237+192+53=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC035 is #123FCA. Grayscale: #BEBEBE. Windows color (decimal): -1195979 or 3522797. OLE color: 3522797.

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

Color convert

RGB 237 192 53 -
CMYK 0 0.19 0.78 0.07
HSL 45.33º 0.84% 0.57% -
HSV(B) 45.33º 0.78% 0.93% -
XYZ 54.42 55.96 11.3 -
YUV 189.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 237 192 53 0 0.19 0.78 0.07 45.33 0.84 0.57
Hex ED C0 35 0 13 4E 7 2D 54 39
Octal 355 300 65 0 23 116 7 55 124 71
Binary 11101101 11000000 110101 0 10011 1001110 111 101101 1010100 111001

Color Harmonies of #EDC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC035

Black with #EDC035

Text Example


Text Example

White with #EDC035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC035; }

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

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

background-color css

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

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

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

border-color css

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

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

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