Html Css Color HEX #EDC732 Saffron

📋 copy color: '#EDC732'

red 237 ◦ green 199 ◦ blue 50

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

Shades of Saffron #EDC732

Tints of Saffron #EDC732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.29%

R = 48.77%
G = 40.95%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDC732 (or 0xEDC732) is known color: Saffron. HEX triplet: ED, C7 and 32. RGB value is (237,199,50). Sum of RGB (Red+Green+Blue) = 237+199+50=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC732 is #1238CD. Grayscale: #C2C2C2. Windows color (decimal): -1194190 or 3327981. OLE color: 3327981.

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

Color convert

RGB 237 199 50 -
CMYK 0 0.16 0.79 0.07
HSL 47.81º 0.84% 0.56% -
HSV(B) 47.81º 0.79% 0.93% -
XYZ 55.92 59.08 11.47 -
YUV 193.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 237 199 50 0 0.16 0.79 0.07 47.81 0.84 0.56
Hex ED C7 32 0 10 4F 7 30 54 38
Octal 355 307 62 0 20 117 7 60 124 70
Binary 11101101 11000111 110010 0 10000 1001111 111 110000 1010100 111000

Color Harmonies of #EDC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC732

Black with #EDC732

Text Example


Text Example

White with #EDC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC732; }

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

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

background-color css

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

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

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

border-color css

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

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

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