Html Css Color HEX #EAA133 Yellow Sea

📋 copy color: '#EAA133'

red 234 ◦ green 161 ◦ blue 51

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

Shades of Yellow Sea #EAA133

Tints of Yellow Sea #EAA133

RGB

 RED value IS 234 (91.8% from 255) = 52.47%

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

 BLUE value IS 51 (20.31% from 255) = 11.43%

R = 52.47%
G = 36.1%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAA133 (or 0xEAA133) is known color: Yellow Sea. HEX triplet: EA, A1 and 33. RGB value is (234,161,51). Sum of RGB (Red+Green+Blue) = 234+161+51=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA133 is #155ECC. Grayscale: #AAAAAA. Windows color (decimal): -1400525 or 3383786. OLE color: 3383786.

HSL color Cylindrical-coordinate representation of color #EAA133: hue angle of 36.07º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAA133 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 161 51 -
CMYK 0 0.31 0.78 0.08
HSL 36.07º 0.81% 0.56% -
HSV(B) 36.07º 0.78% 0.92% -
XYZ 47.27 43.22 8.98 -
YUV 170.29 60.68 173.44 -
System Red Green Blue C M Y K H S L
Decimal 234 161 51 0 0.31 0.78 0.08 36.07 0.81 0.56
Hex EA A1 33 0 1F 4E 8 24 51 38
Octal 352 241 63 0 37 116 10 44 121 70
Binary 11101010 10100001 110011 0 11111 1001110 1000 100100 1010001 111000

Color Harmonies of #EAA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA133

Black with #EAA133

Text Example


Text Example

White with #EAA133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA133; }

 p { color: rgb(234,161,51); }

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

background-color css

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

 a { background-color: rgb(234,161,51); }

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

border-color css

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

 span { border-color: rgb(234,161,51); }

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