Html Css Color HEX #EA8E0D Gamboge

📋 copy color: '#EA8E0D'

red 234 ◦ green 142 ◦ blue 13

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

Shades of Gamboge #EA8E0D

Tints of Gamboge #EA8E0D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

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

R = 60.15%
G = 36.5%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA8E0D (or 0xEA8E0D) is known color: Gamboge. HEX triplet: EA, 8E and 0D. RGB value is (234,142,13). Sum of RGB (Red+Green+Blue) = 234+142+13=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8E0D is #1571F2. Grayscale: #9B9B9B. Windows color (decimal): -1405427 or 888554. OLE color: 888554.

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

Color convert

RGB 234 142 13 -
CMYK 0 0.39 0.94 0.08
HSL 35.02º 0.89% 0.48% -
HSV(B) 35.02º 0.94% 0.92% -
XYZ 43.68 36.87 5.19 -
YUV 154.8 47.98 184.49 -
System Red Green Blue C M Y K H S L
Decimal 234 142 13 0 0.39 0.94 0.08 35.02 0.89 0.48
Hex EA 8E D 0 27 5E 8 23 59 30
Octal 352 216 15 0 47 136 10 43 131 60
Binary 11101010 10001110 1101 0 100111 1011110 1000 100011 1011001 110000

Color Harmonies of #EA8E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8E0D

Black with #EA8E0D

Text Example


Text Example

White with #EA8E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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