Html Css Color HEX #EDC735 Saffron

📋 copy color: '#EDC735'

red 237 ◦ green 199 ◦ blue 53

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

Shades of Saffron #EDC735

Tints of Saffron #EDC735

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.7%

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

R = 48.47%
G = 40.7%
B = 10.84%

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

#EDC735 (or 0xEDC735) is known color: Saffron. HEX triplet: ED, C7 and 35. RGB value is (237,199,53). Sum of RGB (Red+Green+Blue) = 237+199+53=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC735 is #1238CA. Grayscale: #C2C2C2. Windows color (decimal): -1194187 or 3524589. OLE color: 3524589.

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

Color convert

RGB 237 199 53 -
CMYK 0 0.16 0.78 0.07
HSL 47.61º 0.84% 0.57% -
HSV(B) 47.61º 0.78% 0.93% -
XYZ 55.99 59.11 11.83 -
YUV 193.72 48.59 158.87 -
System Red Green Blue C M Y K H S L
Decimal 237 199 53 0 0.16 0.78 0.07 47.61 0.84 0.57
Hex ED C7 35 0 10 4E 7 30 54 39
Octal 355 307 65 0 20 116 7 60 124 71
Binary 11101101 11000111 110101 0 10000 1001110 111 110000 1010100 111001

Color Harmonies of #EDC735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC735

Black with #EDC735

Text Example


Text Example

White with #EDC735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC735; }

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

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

background-color css

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

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

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

border-color css

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

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

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