Html Css Color HEX #EAA30A Gamboge

📋 copy color: '#EAA30A'

red 234 ◦ green 163 ◦ blue 10

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

Shades of Gamboge #EAA30A

Tints of Gamboge #EAA30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 57.49%
G = 40.05%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAA30A (or 0xEAA30A) is known color: Gamboge. HEX triplet: EA, A3 and 0A. RGB value is (234,163,10). Sum of RGB (Red+Green+Blue) = 234+163+10=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA30A is #155CF5. Grayscale: #A7A7A7. Windows color (decimal): -1400054 or 697322. OLE color: 697322.

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

Color convert

RGB 234 163 10 -
CMYK 0 0.30 0.96 0.08
HSL 40.98º 0.92% 0.48% -
HSV(B) 40.98º 0.96% 0.92% -
XYZ 47.08 43.71 6.24 -
YUV 166.79 39.52 175.94 -
System Red Green Blue C M Y K H S L
Decimal 234 163 10 0 0.30 0.96 0.08 40.98 0.92 0.48
Hex EA A3 A 0 1E 60 8 29 5C 30
Octal 352 243 12 0 36 140 10 51 134 60
Binary 11101010 10100011 1010 0 11110 1100000 1000 101001 1011100 110000

Color Harmonies of #EAA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA30A

Black with #EAA30A

Text Example


Text Example

White with #EAA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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