Html Css Color HEX #EEA13B Yellow Sea

📋 copy color: '#EEA13B'

red 238 ◦ green 161 ◦ blue 59

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

Shades of Yellow Sea #EEA13B

Tints of Yellow Sea #EEA13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.88%

R = 51.97%
G = 35.15%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EEA13B (or 0xEEA13B) is known color: Yellow Sea. HEX triplet: EE, A1 and 3B. RGB value is (238,161,59). Sum of RGB (Red+Green+Blue) = 238+161+59=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA13B is #115EC4. Grayscale: #ACACAC. Windows color (decimal): -1138373 or 3908078. OLE color: 3908078.

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

Color convert

RGB 238 161 59 -
CMYK 0 0.32 0.75 0.07
HSL 34.19º 0.84% 0.58% -
HSV(B) 34.19º 0.75% 0.93% -
XYZ 48.79 43.98 10.06 -
YUV 172.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 238 161 59 0 0.32 0.75 0.07 34.19 0.84 0.58
Hex EE A1 3B 0 20 4B 7 22 54 3A
Octal 356 241 73 0 40 113 7 42 124 72
Binary 11101110 10100001 111011 0 100000 1001011 111 100010 1010100 111010

Color Harmonies of #EEA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA13B

Black with #EEA13B

Text Example


Text Example

White with #EEA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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