Html Css Color HEX #EAB00C Gamboge

📋 copy color: '#EAB00C'

red 234 ◦ green 176 ◦ blue 12

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

Shades of Gamboge #EAB00C

Tints of Gamboge #EAB00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.71%

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 55.45%
G = 41.71%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAB00C (or 0xEAB00C) is known color: Gamboge. HEX triplet: EA, B0 and 0C. RGB value is (234,176,12). Sum of RGB (Red+Green+Blue) = 234+176+12=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB00C is #154FF3. Grayscale: #AFAFAF. Windows color (decimal): -1396724 or 831722. OLE color: 831722.

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

Color convert

RGB 234 176 12 -
CMYK 0 0.25 0.95 0.08
HSL 44.32º 0.9% 0.48% -
HSV(B) 44.32º 0.95% 0.92% -
XYZ 49.52 48.57 7.11 -
YUV 174.65 36.22 170.34 -
System Red Green Blue C M Y K H S L
Decimal 234 176 12 0 0.25 0.95 0.08 44.32 0.9 0.48
Hex EA B0 C 0 19 5F 8 2C 5A 30
Octal 352 260 14 0 31 137 10 54 132 60
Binary 11101010 10110000 1100 0 11001 1011111 1000 101100 1011010 110000

Color Harmonies of #EAB00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB00C

Black with #EAB00C

Text Example


Text Example

White with #EAB00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB00C; }

 p { color: rgb(234,176,12); }

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

background-color css

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

 a { background-color: rgb(234,176,12); }

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

border-color css

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

 span { border-color: rgb(234,176,12); }

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