Html Css Color HEX #EAA338 Yellow Sea

📋 copy color: '#EAA338'

red 234 ◦ green 163 ◦ blue 56

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

Shades of Yellow Sea #EAA338

Tints of Yellow Sea #EAA338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.36%

R = 51.66%
G = 35.98%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAA338 (or 0xEAA338) is known color: Yellow Sea. HEX triplet: EA, A3 and 38. RGB value is (234,163,56). Sum of RGB (Red+Green+Blue) = 234+163+56=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA338 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA338 is #155CC7. Grayscale: #ACACAC. Windows color (decimal): -1400008 or 3711978. OLE color: 3711978.

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

Color convert

RGB 234 163 56 -
CMYK 0 0.30 0.76 0.08
HSL 36.07º 0.81% 0.57% -
HSV(B) 36.07º 0.76% 0.92% -
XYZ 47.74 43.97 9.71 -
YUV 172.03 62.52 172.2 -
System Red Green Blue C M Y K H S L
Decimal 234 163 56 0 0.30 0.76 0.08 36.07 0.81 0.57
Hex EA A3 38 0 1E 4C 8 24 51 39
Octal 352 243 70 0 36 114 10 44 121 71
Binary 11101010 10100011 111000 0 11110 1001100 1000 100100 1010001 111001

Color Harmonies of #EAA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA338

Black with #EAA338

Text Example


Text Example

White with #EAA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA338; }

 p { color: rgb(234,163,56); }

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

background-color css

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

 a { background-color: rgb(234,163,56); }

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

border-color css

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

 span { border-color: rgb(234,163,56); }

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