Html Css Color HEX #EAA630 Yellow Sea

📋 copy color: '#EAA630'

red 234 ◦ green 166 ◦ blue 48

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

Shades of Yellow Sea #EAA630

Tints of Yellow Sea #EAA630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.05%

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

R = 52.23%
G = 37.05%
B = 10.71%

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

#EAA630 (or 0xEAA630) is known color: Yellow Sea. HEX triplet: EA, A6 and 30. RGB value is (234,166,48). Sum of RGB (Red+Green+Blue) = 234+166+48=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA630 is #1559CF. Grayscale: #ADADAD. Windows color (decimal): -1399248 or 3188458. OLE color: 3188458.

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

Color convert

RGB 234 166 48 -
CMYK 0 0.29 0.79 0.08
HSL 38.06º 0.82% 0.55% -
HSV(B) 38.06º 0.79% 0.92% -
XYZ 48.1 44.98 8.94 -
YUV 172.88 57.53 171.59 -
System Red Green Blue C M Y K H S L
Decimal 234 166 48 0 0.29 0.79 0.08 38.06 0.82 0.55
Hex EA A6 30 0 1D 4F 8 26 52 37
Octal 352 246 60 0 35 117 10 46 122 67
Binary 11101010 10100110 110000 0 11101 1001111 1000 100110 1010010 110111

Color Harmonies of #EAA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA630

Black with #EAA630

Text Example


Text Example

White with #EAA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA630; }

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

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

background-color css

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

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

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

border-color css

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

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

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