Html Css Color HEX #EEA140 Yellow Sea

📋 copy color: '#EEA140'

red 238 ◦ green 161 ◦ blue 64

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

Shades of Yellow Sea #EEA140

Tints of Yellow Sea #EEA140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.77%

 BLUE value IS 64 (25.39% from 255) = 13.82%

R = 51.4%
G = 34.77%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEA140 (or 0xEEA140) is known color: Yellow Sea. HEX triplet: EE, A1 and 40. RGB value is (238,161,64). Sum of RGB (Red+Green+Blue) = 238+161+64=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA140 is #115EBF. Grayscale: #ADADAD. Windows color (decimal): -1138368 or 4235758. OLE color: 4235758.

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

Color convert

RGB 238 161 64 -
CMYK 0 0.32 0.73 0.07
HSL 33.45º 0.84% 0.59% -
HSV(B) 33.45º 0.73% 0.93% -
XYZ 48.93 44.04 10.77 -
YUV 172.97 66.51 174.39 -
System Red Green Blue C M Y K H S L
Decimal 238 161 64 0 0.32 0.73 0.07 33.45 0.84 0.59
Hex EE A1 40 0 20 49 7 21 54 3B
Octal 356 241 100 0 40 111 7 41 124 73
Binary 11101110 10100001 1000000 0 100000 1001001 111 100001 1010100 111011

Color Harmonies of #EEA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA140

Black with #EEA140

Text Example


Text Example

White with #EEA140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA140; }

 p { color: rgb(238,161,64); }

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

background-color css

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

 a { background-color: rgb(238,161,64); }

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

border-color css

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

 span { border-color: rgb(238,161,64); }

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