Html Css Color HEX #EEA330 Yellow Sea

📋 copy color: '#EEA330'

red 238 ◦ green 163 ◦ blue 48

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

Shades of Yellow Sea #EEA330

Tints of Yellow Sea #EEA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

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

R = 53.01%
G = 36.3%
B = 10.69%

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

#EEA330 (or 0xEEA330) is known color: Yellow Sea. HEX triplet: EE, A3 and 30. RGB value is (238,163,48). Sum of RGB (Red+Green+Blue) = 238+163+48=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA330 is #115CCF. Grayscale: #ACACAC. Windows color (decimal): -1137872 or 3187694. OLE color: 3187694.

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

Color convert

RGB 238 163 48 -
CMYK 0 0.32 0.80 0.07
HSL 36.32º 0.85% 0.56% -
HSV(B) 36.32º 0.8% 0.93% -
XYZ 48.89 44.58 8.83 -
YUV 172.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 238 163 48 0 0.32 0.80 0.07 36.32 0.85 0.56
Hex EE A3 30 0 20 50 7 24 55 38
Octal 356 243 60 0 40 120 7 44 125 70
Binary 11101110 10100011 110000 0 100000 1010000 111 100100 1010101 111000

Color Harmonies of #EEA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA330

Black with #EEA330

Text Example


Text Example

White with #EEA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA330; }

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

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

background-color css

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

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

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

border-color css

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

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

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