Html Css Color HEX #EDC835 Saffron

📋 copy color: '#EDC835'

red 237 ◦ green 200 ◦ blue 53

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

Shades of Saffron #EDC835

Tints of Saffron #EDC835

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.82%

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

R = 48.37%
G = 40.82%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDC835 (or 0xEDC835) is known color: Saffron. HEX triplet: ED, C8 and 35. RGB value is (237,200,53). Sum of RGB (Red+Green+Blue) = 237+200+53=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC835 is #1237CA. Grayscale: #C2C2C2. Windows color (decimal): -1193931 or 3524845. OLE color: 3524845.

HSL color Cylindrical-coordinate representation of color #EDC835: hue angle of 47.93º 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 #EDC835 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 53 -
CMYK 0 0.16 0.78 0.07
HSL 47.93º 0.84% 0.57% -
HSV(B) 47.93º 0.78% 0.93% -
XYZ 56.22 59.57 11.9 -
YUV 194.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 237 200 53 0 0.16 0.78 0.07 47.93 0.84 0.57
Hex ED C8 35 0 10 4E 7 30 54 39
Octal 355 310 65 0 20 116 7 60 124 71
Binary 11101101 11001000 110101 0 10000 1001110 111 110000 1010100 111001

Color Harmonies of #EDC835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC835

Black with #EDC835

Text Example


Text Example

White with #EDC835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC835; }

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

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

background-color css

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

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

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

border-color css

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

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

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