Html Css Color HEX #EA9C10 Gamboge

📋 copy color: '#EA9C10'

red 234 ◦ green 156 ◦ blue 16

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

Shades of Gamboge #EA9C10

Tints of Gamboge #EA9C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

 BLUE value IS 16 (6.64% from 255) = 3.94%

R = 57.64%
G = 38.42%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA9C10 (or 0xEA9C10) is known color: Gamboge. HEX triplet: EA, 9C and 10. RGB value is (234,156,16). Sum of RGB (Red+Green+Blue) = 234+156+16=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9C10 is #1563EF. Grayscale: #A4A4A4. Windows color (decimal): -1401840 or 1088746. OLE color: 1088746.

HSL color Cylindrical-coordinate representation of color #EA9C10: hue angle of 38.53º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA9C10 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 156 16 -
CMYK 0 0.33 0.93 0.08
HSL 38.53º 0.87% 0.49% -
HSV(B) 38.53º 0.93% 0.92% -
XYZ 45.91 41.31 6.04 -
YUV 163.36 44.84 178.38 -
System Red Green Blue C M Y K H S L
Decimal 234 156 16 0 0.33 0.93 0.08 38.53 0.87 0.49
Hex EA 9C 10 0 21 5D 8 27 57 31
Octal 352 234 20 0 41 135 10 47 127 61
Binary 11101010 10011100 10000 0 100001 1011101 1000 100111 1010111 110001

Color Harmonies of #EA9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9C10

Black with #EA9C10

Text Example


Text Example

White with #EA9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9C10; }

 p { color: rgb(234,156,16); }

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

background-color css

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

 a { background-color: rgb(234,156,16); }

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

border-color css

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

 span { border-color: rgb(234,156,16); }

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