Html Css Color HEX #EEBC3A Saffron

📋 copy color: '#EEBC3A'

red 238 ◦ green 188 ◦ blue 58

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

Shades of Saffron #EEBC3A

Tints of Saffron #EEBC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

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

R = 49.17%
G = 38.84%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEBC3A (or 0xEEBC3A) is known color: Saffron. HEX triplet: EE, BC and 3A. RGB value is (238,188,58). Sum of RGB (Red+Green+Blue) = 238+188+58=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBC3A is #1143C5. Grayscale: #BCBCBC. Windows color (decimal): -1131462 or 3849454. OLE color: 3849454.

HSL color Cylindrical-coordinate representation of color #EEBC3A: hue angle of 43.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 #EEBC3A is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 188 58 -
CMYK 0 0.21 0.76 0.07
HSL 43.33º 0.84% 0.58% -
HSV(B) 43.33º 0.76% 0.93% -
XYZ 54.01 54.45 11.67 -
YUV 188.13 54.57 163.57 -
System Red Green Blue C M Y K H S L
Decimal 238 188 58 0 0.21 0.76 0.07 43.33 0.84 0.58
Hex EE BC 3A 0 15 4C 7 2B 54 3A
Octal 356 274 72 0 25 114 7 53 124 72
Binary 11101110 10111100 111010 0 10101 1001100 111 101011 1010100 111010

Color Harmonies of #EEBC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC3A

Black with #EEBC3A

Text Example


Text Example

White with #EEBC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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