Html Css Color HEX #EDC635 Saffron

📋 copy color: '#EDC635'

red 237 ◦ green 198 ◦ blue 53

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

Shades of Saffron #EDC635

Tints of Saffron #EDC635

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.57%

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

R = 48.57%
G = 40.57%
B = 10.86%

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

#EDC635 (or 0xEDC635) is known color: Saffron. HEX triplet: ED, C6 and 35. RGB value is (237,198,53). Sum of RGB (Red+Green+Blue) = 237+198+53=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 53 (21.09% from 255 or 10.86% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC635 is #1239CA. Grayscale: #C1C1C1. Windows color (decimal): -1194443 or 3524333. OLE color: 3524333.

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

Color convert

RGB 237 198 53 -
CMYK 0 0.16 0.78 0.07
HSL 47.28º 0.84% 0.57% -
HSV(B) 47.28º 0.78% 0.93% -
XYZ 55.76 58.65 11.75 -
YUV 193.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 237 198 53 0 0.16 0.78 0.07 47.28 0.84 0.57
Hex ED C6 35 0 10 4E 7 2F 54 39
Octal 355 306 65 0 20 116 7 57 124 71
Binary 11101101 11000110 110101 0 10000 1001110 111 101111 1010100 111001

Color Harmonies of #EDC635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC635

Black with #EDC635

Text Example


Text Example

White with #EDC635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC635; }

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

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

background-color css

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

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

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

border-color css

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

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

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