Html Css Color HEX #EEBC3E Saffron

📋 copy color: '#EEBC3E'

red 238 ◦ green 188 ◦ blue 62

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

Shades of Saffron #EEBC3E

Tints of Saffron #EEBC3E

RGB

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

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

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

R = 48.77%
G = 38.52%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEBC3E (or 0xEEBC3E) is known color: Saffron. HEX triplet: EE, BC and 3E. RGB value is (238,188,62). Sum of RGB (Red+Green+Blue) = 238+188+62=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBC3E is #1143C1. Grayscale: #BDBDBD. Windows color (decimal): -1131458 or 4111598. OLE color: 4111598.

HSL color Cylindrical-coordinate representation of color #EEBC3E: hue angle of 42.95º degrees, saturation: 0.84, 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 #EEBC3E is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 188 62 -
CMYK 0 0.21 0.74 0.07
HSL 42.95º 0.84% 0.59% -
HSV(B) 42.95º 0.74% 0.93% -
XYZ 54.11 54.49 12.22 -
YUV 188.59 56.57 163.25 -
System Red Green Blue C M Y K H S L
Decimal 238 188 62 0 0.21 0.74 0.07 42.95 0.84 0.59
Hex EE BC 3E 0 15 4A 7 2B 54 3B
Octal 356 274 76 0 25 112 7 53 124 73
Binary 11101110 10111100 111110 0 10101 1001010 111 101011 1010100 111011

Color Harmonies of #EEBC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC3E

Black with #EEBC3E

Text Example


Text Example

White with #EEBC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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