Html Css Color HEX #EDC433 Saffron

📋 copy color: '#EDC433'

red 237 ◦ green 196 ◦ blue 51

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

Shades of Saffron #EDC433

Tints of Saffron #EDC433

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.5%

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

R = 48.97%
G = 40.5%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDC433 (or 0xEDC433) is known color: Saffron. HEX triplet: ED, C4 and 33. RGB value is (237,196,51). Sum of RGB (Red+Green+Blue) = 237+196+51=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC433 is #123BCC. Grayscale: #C0C0C0. Windows color (decimal): -1194957 or 3392749. OLE color: 3392749.

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

Color convert

RGB 237 196 51 -
CMYK 0 0.17 0.78 0.07
HSL 46.77º 0.84% 0.56% -
HSV(B) 46.77º 0.78% 0.93% -
XYZ 55.26 57.72 11.36 -
YUV 191.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 237 196 51 0 0.17 0.78 0.07 46.77 0.84 0.56
Hex ED C4 33 0 11 4E 7 2F 54 38
Octal 355 304 63 0 21 116 7 57 124 70
Binary 11101101 11000100 110011 0 10001 1001110 111 101111 1010100 111000

Color Harmonies of #EDC433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC433

Black with #EDC433

Text Example


Text Example

White with #EDC433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC433; }

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

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

background-color css

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

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

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

border-color css

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

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

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