Html Css Color HEX #EEC62E Saffron

📋 copy color: '#EEC62E'

red 238 ◦ green 198 ◦ blue 46

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

Shades of Saffron #EEC62E

Tints of Saffron #EEC62E

RGB

 RED value IS 238 (93.36% from 255) = 49.38%

 GREEN value IS 198 (77.73% from 255) = 41.08%

 BLUE value IS 46 (18.36% from 255) = 9.54%

R = 49.38%
G = 41.08%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEC62E (or 0xEEC62E) is known color: Saffron. HEX triplet: EE, C6 and 2E. RGB value is (238,198,46). Sum of RGB (Red+Green+Blue) = 238+198+46=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC62E is #1139D1. Grayscale: #C1C1C1. Windows color (decimal): -1128914 or 3065582. OLE color: 3065582.

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

Color convert

RGB 238 198 46 -
CMYK 0 0.17 0.81 0.07
HSL 47.5º 0.85% 0.56% -
HSV(B) 47.5º 0.81% 0.93% -
XYZ 55.95 58.76 10.98 -
YUV 192.63 45.25 160.36 -
System Red Green Blue C M Y K H S L
Decimal 238 198 46 0 0.17 0.81 0.07 47.5 0.85 0.56
Hex EE C6 2E 0 11 51 7 30 55 38
Octal 356 306 56 0 21 121 7 60 125 70
Binary 11101110 11000110 101110 0 10001 1010001 111 110000 1010101 111000

Color Harmonies of #EEC62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC62E

Black with #EEC62E

Text Example


Text Example

White with #EEC62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC62E; }

 p { color: rgb(238,198,46); }

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

background-color css

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

 a { background-color: rgb(238,198,46); }

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

border-color css

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

 span { border-color: rgb(238,198,46); }

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