Html Css Color HEX #EDC335 Saffron

📋 copy color: '#EDC335'

red 237 ◦ green 195 ◦ blue 53

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

Shades of Saffron #EDC335

Tints of Saffron #EDC335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

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

R = 48.87%
G = 40.21%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDC335 (or 0xEDC335) is known color: Saffron. HEX triplet: ED, C3 and 35. RGB value is (237,195,53). Sum of RGB (Red+Green+Blue) = 237+195+53=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC335 is #123CCA. Grayscale: #BFBFBF. Windows color (decimal): -1195211 or 3523565. OLE color: 3523565.

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

Color convert

RGB 237 195 53 -
CMYK 0 0.18 0.78 0.07
HSL 46.3º 0.84% 0.57% -
HSV(B) 46.3º 0.78% 0.93% -
XYZ 55.08 57.29 11.52 -
YUV 191.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 237 195 53 0 0.18 0.78 0.07 46.3 0.84 0.57
Hex ED C3 35 0 12 4E 7 2E 54 39
Octal 355 303 65 0 22 116 7 56 124 71
Binary 11101101 11000011 110101 0 10010 1001110 111 101110 1010100 111001

Color Harmonies of #EDC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC335

Black with #EDC335

Text Example


Text Example

White with #EDC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC335; }

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

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

background-color css

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

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

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

border-color css

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

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

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