Html Css Color HEX #EDC234 Saffron

📋 copy color: '#EDC234'

red 237 ◦ green 194 ◦ blue 52

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

Shades of Saffron #EDC234

Tints of Saffron #EDC234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

 BLUE value IS 52 (20.7% from 255) = 10.77%

R = 49.07%
G = 40.17%
B = 10.77%

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

#EDC234 (or 0xEDC234) is known color: Saffron. HEX triplet: ED, C2 and 34. RGB value is (237,194,52). Sum of RGB (Red+Green+Blue) = 237+194+52=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC234 is #123DCB. Grayscale: #BFBFBF. Windows color (decimal): -1195468 or 3457773. OLE color: 3457773.

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

Color convert

RGB 237 194 52 -
CMYK 0 0.18 0.78 0.07
HSL 46.05º 0.84% 0.57% -
HSV(B) 46.05º 0.78% 0.93% -
XYZ 54.84 56.84 11.33 -
YUV 190.67 49.75 161.05 -
System Red Green Blue C M Y K H S L
Decimal 237 194 52 0 0.18 0.78 0.07 46.05 0.84 0.57
Hex ED C2 34 0 12 4E 7 2E 54 39
Octal 355 302 64 0 22 116 7 56 124 71
Binary 11101101 11000010 110100 0 10010 1001110 111 101110 1010100 111001

Color Harmonies of #EDC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC234

Black with #EDC234

Text Example


Text Example

White with #EDC234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC234; }

 p { color: rgb(237,194,52); }

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

background-color css

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

 a { background-color: rgb(237,194,52); }

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

border-color css

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

 span { border-color: rgb(237,194,52); }

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