Html Css Color HEX #EAA730 Yellow Sea

📋 copy color: '#EAA730'

red 234 ◦ green 167 ◦ blue 48

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

Shades of Yellow Sea #EAA730

Tints of Yellow Sea #EAA730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.19%

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

R = 52.12%
G = 37.19%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAA730 (or 0xEAA730) is known color: Yellow Sea. HEX triplet: EA, A7 and 30. RGB value is (234,167,48). Sum of RGB (Red+Green+Blue) = 234+167+48=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA730 is #1558CF. Grayscale: #AEAEAE. Windows color (decimal): -1398992 or 3188714. OLE color: 3188714.

HSL color Cylindrical-coordinate representation of color #EAA730: hue angle of 38.39º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAA730 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 167 48 -
CMYK 0 0.29 0.79 0.08
HSL 38.39º 0.82% 0.55% -
HSV(B) 38.39º 0.79% 0.92% -
XYZ 48.28 45.34 9 -
YUV 173.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 234 167 48 0 0.29 0.79 0.08 38.39 0.82 0.55
Hex EA A7 30 0 1D 4F 8 26 52 37
Octal 352 247 60 0 35 117 10 46 122 67
Binary 11101010 10100111 110000 0 11101 1001111 1000 100110 1010010 110111

Color Harmonies of #EAA730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA730

Black with #EAA730

Text Example


Text Example

White with #EAA730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA730; }

 p { color: rgb(234,167,48); }

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

background-color css

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

 a { background-color: rgb(234,167,48); }

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

border-color css

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

 span { border-color: rgb(234,167,48); }

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