Html Css Color HEX #EEC83A Saffron

📋 copy color: '#EEC83A'

red 238 ◦ green 200 ◦ blue 58

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

Shades of Saffron #EEC83A

Tints of Saffron #EEC83A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.32%

 BLUE value IS 58 (23.05% from 255) = 11.69%

R = 47.98%
G = 40.32%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEC83A (or 0xEEC83A) is known color: Saffron. HEX triplet: EE, C8 and 3A. RGB value is (238,200,58). Sum of RGB (Red+Green+Blue) = 238+200+58=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC83A is #1137C5. Grayscale: #C3C3C3. Windows color (decimal): -1128390 or 3852526. OLE color: 3852526.

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

Color convert

RGB 238 200 58 -
CMYK 0 0.16 0.76 0.07
HSL 47.33º 0.84% 0.58% -
HSV(B) 47.33º 0.76% 0.93% -
XYZ 56.68 59.79 12.56 -
YUV 195.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 238 200 58 0 0.16 0.76 0.07 47.33 0.84 0.58
Hex EE C8 3A 0 10 4C 7 2F 54 3A
Octal 356 310 72 0 20 114 7 57 124 72
Binary 11101110 11001000 111010 0 10000 1001100 111 101111 1010100 111010

Color Harmonies of #EEC83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC83A

Black with #EEC83A

Text Example


Text Example

White with #EEC83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC83A; }

 p { color: rgb(238,200,58); }

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

background-color css

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

 a { background-color: rgb(238,200,58); }

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

border-color css

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

 span { border-color: rgb(238,200,58); }

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