Html Css Color HEX #EA9F12 Gamboge

📋 copy color: '#EA9F12'

red 234 ◦ green 159 ◦ blue 18

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

Shades of Gamboge #EA9F12

Tints of Gamboge #EA9F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.69%

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 56.93%
G = 38.69%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA9F12 (or 0xEA9F12) is known color: Gamboge. HEX triplet: EA, 9F and 12. RGB value is (234,159,18). Sum of RGB (Red+Green+Blue) = 234+159+18=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F12 is #1560ED. Grayscale: #A5A5A5. Windows color (decimal): -1401070 or 1220586. OLE color: 1220586.

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

Color convert

RGB 234 159 18 -
CMYK 0 0.32 0.92 0.08
HSL 39.17º 0.86% 0.49% -
HSV(B) 39.17º 0.92% 0.92% -
XYZ 46.44 42.33 6.3 -
YUV 165.35 44.85 176.96 -
System Red Green Blue C M Y K H S L
Decimal 234 159 18 0 0.32 0.92 0.08 39.17 0.86 0.49
Hex EA 9F 12 0 20 5C 8 27 56 31
Octal 352 237 22 0 40 134 10 47 126 61
Binary 11101010 10011111 10010 0 100000 1011100 1000 100111 1010110 110001

Color Harmonies of #EA9F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F12

Black with #EA9F12

Text Example


Text Example

White with #EA9F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F12; }

 p { color: rgb(234,159,18); }

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

background-color css

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

 a { background-color: rgb(234,159,18); }

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

border-color css

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

 span { border-color: rgb(234,159,18); }

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