Html Css Color HEX #EAA30D Gamboge

📋 copy color: '#EAA30D'

red 234 ◦ green 163 ◦ blue 13

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

Shades of Gamboge #EAA30D

Tints of Gamboge #EAA30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 57.07%
G = 39.76%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAA30D (or 0xEAA30D) is known color: Gamboge. HEX triplet: EA, A3 and 0D. RGB value is (234,163,13). Sum of RGB (Red+Green+Blue) = 234+163+13=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA30D is #155CF2. Grayscale: #A7A7A7. Windows color (decimal): -1400051 or 893930. OLE color: 893930.

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

Color convert

RGB 234 163 13 -
CMYK 0 0.30 0.94 0.08
HSL 40.72º 0.89% 0.48% -
HSV(B) 40.72º 0.94% 0.92% -
XYZ 47.1 43.72 6.34 -
YUV 167.13 41.02 175.7 -
System Red Green Blue C M Y K H S L
Decimal 234 163 13 0 0.30 0.94 0.08 40.72 0.89 0.48
Hex EA A3 D 0 1E 5E 8 29 59 30
Octal 352 243 15 0 36 136 10 51 131 60
Binary 11101010 10100011 1101 0 11110 1011110 1000 101001 1011001 110000

Color Harmonies of #EAA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA30D

Black with #EAA30D

Text Example


Text Example

White with #EAA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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