Html Css Color HEX #EDC33E Saffron

📋 copy color: '#EDC33E'

red 237 ◦ green 195 ◦ blue 62

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

Shades of Saffron #EDC33E

Tints of Saffron #EDC33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.55%

R = 47.98%
G = 39.47%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDC33E (or 0xEDC33E) is known color: Saffron. HEX triplet: ED, C3 and 3E. RGB value is (237,195,62). Sum of RGB (Red+Green+Blue) = 237+195+62=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 62 (24.61% from 255 or 12.55% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC33E is #123CC1. Grayscale: #C0C0C0. Windows color (decimal): -1195202 or 4113389. OLE color: 4113389.

HSL color Cylindrical-coordinate representation of color #EDC33E: hue angle of 45.6º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDC33E is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 195 62 -
CMYK 0 0.18 0.74 0.07
HSL 45.6º 0.83% 0.59% -
HSV(B) 45.6º 0.74% 0.93% -
XYZ 55.31 57.38 12.72 -
YUV 192.4 54.41 159.81 -
System Red Green Blue C M Y K H S L
Decimal 237 195 62 0 0.18 0.74 0.07 45.6 0.83 0.59
Hex ED C3 3E 0 12 4A 7 2E 53 3B
Octal 355 303 76 0 22 112 7 56 123 73
Binary 11101101 11000011 111110 0 10010 1001010 111 101110 1010011 111011

Color Harmonies of #EDC33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC33E

Black with #EDC33E

Text Example


Text Example

White with #EDC33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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