Html Css Color HEX #EAAB0D Gamboge

📋 copy color: '#EAAB0D'

red 234 ◦ green 171 ◦ blue 13

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

Shades of Gamboge #EAAB0D

Tints of Gamboge #EAAB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

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

R = 55.98%
G = 40.91%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAAB0D (or 0xEAAB0D) is known color: Gamboge. HEX triplet: EA, AB and 0D. RGB value is (234,171,13). Sum of RGB (Red+Green+Blue) = 234+171+13=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAB0D is #1554F2. Grayscale: #ACACAC. Windows color (decimal): -1398003 or 895978. OLE color: 895978.

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

Color convert

RGB 234 171 13 -
CMYK 0 0.27 0.94 0.08
HSL 42.9º 0.89% 0.48% -
HSV(B) 42.9º 0.94% 0.92% -
XYZ 48.57 46.65 6.82 -
YUV 171.83 38.37 172.35 -
System Red Green Blue C M Y K H S L
Decimal 234 171 13 0 0.27 0.94 0.08 42.9 0.89 0.48
Hex EA AB D 0 1B 5E 8 2B 59 30
Octal 352 253 15 0 33 136 10 53 131 60
Binary 11101010 10101011 1101 0 11011 1011110 1000 101011 1011001 110000

Color Harmonies of #EAAB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB0D

Black with #EAAB0D

Text Example


Text Example

White with #EAAB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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