Html Css Color HEX #EEA238 Yellow Sea

📋 copy color: '#EEA238'

red 238 ◦ green 162 ◦ blue 56

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

Shades of Yellow Sea #EEA238

Tints of Yellow Sea #EEA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.53%

 BLUE value IS 56 (22.27% from 255) = 12.28%

R = 52.19%
G = 35.53%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEA238 (or 0xEEA238) is known color: Yellow Sea. HEX triplet: EE, A2 and 38. RGB value is (238,162,56). Sum of RGB (Red+Green+Blue) = 238+162+56=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA238 is #115DC7. Grayscale: #ADADAD. Windows color (decimal): -1138120 or 3711726. OLE color: 3711726.

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

Color convert

RGB 238 162 56 -
CMYK 0 0.32 0.76 0.07
HSL 34.95º 0.84% 0.58% -
HSV(B) 34.95º 0.76% 0.93% -
XYZ 48.89 44.3 9.72 -
YUV 172.64 62.18 174.62 -
System Red Green Blue C M Y K H S L
Decimal 238 162 56 0 0.32 0.76 0.07 34.95 0.84 0.58
Hex EE A2 38 0 20 4C 7 23 54 3A
Octal 356 242 70 0 40 114 7 43 124 72
Binary 11101110 10100010 111000 0 100000 1001100 111 100011 1010100 111010

Color Harmonies of #EEA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA238

Black with #EEA238

Text Example


Text Example

White with #EEA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA238; }

 p { color: rgb(238,162,56); }

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

background-color css

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

 a { background-color: rgb(238,162,56); }

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

border-color css

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

 span { border-color: rgb(238,162,56); }

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