Html Css Color HEX #EDC733 Saffron

📋 copy color: '#EDC733'

red 237 ◦ green 199 ◦ blue 51

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

Shades of Saffron #EDC733

Tints of Saffron #EDC733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.47%

R = 48.67%
G = 40.86%
B = 10.47%

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

#EDC733 (or 0xEDC733) is known color: Saffron. HEX triplet: ED, C7 and 33. RGB value is (237,199,51). Sum of RGB (Red+Green+Blue) = 237+199+51=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC733 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC733 is #1238CC. Grayscale: #C2C2C2. Windows color (decimal): -1194189 or 3393517. OLE color: 3393517.

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

Color convert

RGB 237 199 51 -
CMYK 0 0.16 0.78 0.07
HSL 47.74º 0.84% 0.56% -
HSV(B) 47.74º 0.78% 0.93% -
XYZ 55.95 59.09 11.59 -
YUV 193.49 47.59 159.03 -
System Red Green Blue C M Y K H S L
Decimal 237 199 51 0 0.16 0.78 0.07 47.74 0.84 0.56
Hex ED C7 33 0 10 4E 7 30 54 38
Octal 355 307 63 0 20 116 7 60 124 70
Binary 11101101 11000111 110011 0 10000 1001110 111 110000 1010100 111000

Color Harmonies of #EDC733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC733

Black with #EDC733

Text Example


Text Example

White with #EDC733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC733; }

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

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

background-color css

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

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

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

border-color css

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

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

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