Html Css Color HEX #EA9A0D Gamboge

📋 copy color: '#EA9A0D'

red 234 ◦ green 154 ◦ blue 13

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

Shades of Gamboge #EA9A0D

Tints of Gamboge #EA9A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.4%

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

R = 58.35%
G = 38.4%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA9A0D (or 0xEA9A0D) is known color: Gamboge. HEX triplet: EA, 9A and 0D. RGB value is (234,154,13). Sum of RGB (Red+Green+Blue) = 234+154+13=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9A0D is #1565F2. Grayscale: #A2A2A2. Windows color (decimal): -1402355 or 891626. OLE color: 891626.

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

Color convert

RGB 234 154 13 -
CMYK 0 0.34 0.94 0.08
HSL 38.28º 0.89% 0.48% -
HSV(B) 38.28º 0.94% 0.92% -
XYZ 45.56 40.63 5.82 -
YUV 161.85 44 179.46 -
System Red Green Blue C M Y K H S L
Decimal 234 154 13 0 0.34 0.94 0.08 38.28 0.89 0.48
Hex EA 9A D 0 22 5E 8 26 59 30
Octal 352 232 15 0 42 136 10 46 131 60
Binary 11101010 10011010 1101 0 100010 1011110 1000 100110 1011001 110000

Color Harmonies of #EA9A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A0D

Black with #EA9A0D

Text Example


Text Example

White with #EA9A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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