Html Css Color HEX #EEA231 Yellow Sea

📋 copy color: '#EEA231'

red 238 ◦ green 162 ◦ blue 49

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

Shades of Yellow Sea #EEA231

Tints of Yellow Sea #EEA231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.91%

R = 53.01%
G = 36.08%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEA231 (or 0xEEA231) is known color: Yellow Sea. HEX triplet: EE, A2 and 31. RGB value is (238,162,49). Sum of RGB (Red+Green+Blue) = 238+162+49=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA231 is #115DCE. Grayscale: #ACACAC. Windows color (decimal): -1138127 or 3252974. OLE color: 3252974.

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

Color convert

RGB 238 162 49 -
CMYK 0 0.32 0.79 0.07
HSL 35.87º 0.85% 0.56% -
HSV(B) 35.87º 0.79% 0.93% -
XYZ 48.73 44.24 8.88 -
YUV 171.84 58.68 175.19 -
System Red Green Blue C M Y K H S L
Decimal 238 162 49 0 0.32 0.79 0.07 35.87 0.85 0.56
Hex EE A2 31 0 20 4F 7 24 55 38
Octal 356 242 61 0 40 117 7 44 125 70
Binary 11101110 10100010 110001 0 100000 1001111 111 100100 1010101 111000

Color Harmonies of #EEA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA231

Black with #EEA231

Text Example


Text Example

White with #EEA231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA231; }

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

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

background-color css

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

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

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

border-color css

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

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

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