Html Css Color HEX #EEA130 Yellow Sea

📋 copy color: '#EEA130'

red 238 ◦ green 161 ◦ blue 48

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

Shades of Yellow Sea #EEA130

Tints of Yellow Sea #EEA130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.74%

R = 53.24%
G = 36.02%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEA130 (or 0xEEA130) is known color: Yellow Sea. HEX triplet: EE, A1 and 30. RGB value is (238,161,48). Sum of RGB (Red+Green+Blue) = 238+161+48=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA130 is #115ECF. Grayscale: #ABABAB. Windows color (decimal): -1138384 or 3187182. OLE color: 3187182.

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

Color convert

RGB 238 161 48 -
CMYK 0 0.32 0.80 0.07
HSL 35.68º 0.85% 0.56% -
HSV(B) 35.68º 0.8% 0.93% -
XYZ 48.54 43.88 8.71 -
YUV 171.14 58.51 175.69 -
System Red Green Blue C M Y K H S L
Decimal 238 161 48 0 0.32 0.80 0.07 35.68 0.85 0.56
Hex EE A1 30 0 20 50 7 24 55 38
Octal 356 241 60 0 40 120 7 44 125 70
Binary 11101110 10100001 110000 0 100000 1010000 111 100100 1010101 111000

Color Harmonies of #EEA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA130

Black with #EEA130

Text Example


Text Example

White with #EEA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA130; }

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

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

background-color css

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

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

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

border-color css

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

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

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