Html Css Color HEX #EAA533 Yellow Sea

📋 copy color: '#EAA533'

red 234 ◦ green 165 ◦ blue 51

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

Shades of Yellow Sea #EAA533

Tints of Yellow Sea #EAA533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

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

R = 52%
G = 36.67%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAA533 (or 0xEAA533) is known color: Yellow Sea. HEX triplet: EA, A5 and 33. RGB value is (234,165,51). Sum of RGB (Red+Green+Blue) = 234+165+51=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA533 is #155ACC. Grayscale: #ADADAD. Windows color (decimal): -1399501 or 3384810. OLE color: 3384810.

HSL color Cylindrical-coordinate representation of color #EAA533: hue angle of 37.38º 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 #EAA533 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 51 -
CMYK 0 0.29 0.78 0.08
HSL 37.38º 0.81% 0.56% -
HSV(B) 37.38º 0.78% 0.92% -
XYZ 47.98 44.64 9.22 -
YUV 172.64 59.36 171.77 -
System Red Green Blue C M Y K H S L
Decimal 234 165 51 0 0.29 0.78 0.08 37.38 0.81 0.56
Hex EA A5 33 0 1D 4E 8 25 51 38
Octal 352 245 63 0 35 116 10 45 121 70
Binary 11101010 10100101 110011 0 11101 1001110 1000 100101 1010001 111000

Color Harmonies of #EAA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA533

Black with #EAA533

Text Example


Text Example

White with #EAA533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA533; }

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

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

background-color css

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

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

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

border-color css

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

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

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