Html Css Color HEX #EA9E0F Gamboge

📋 copy color: '#EA9E0F'

red 234 ◦ green 158 ◦ blue 15

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

Shades of Gamboge #EA9E0F

Tints of Gamboge #EA9E0F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.82%

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 57.49%
G = 38.82%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA9E0F (or 0xEA9E0F) is known color: Gamboge. HEX triplet: EA, 9E and 0F. RGB value is (234,158,15). Sum of RGB (Red+Green+Blue) = 234+158+15=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9E0F is #1561F0. Grayscale: #A5A5A5. Windows color (decimal): -1401329 or 1023722. OLE color: 1023722.

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

Color convert

RGB 234 158 15 -
CMYK 0 0.32 0.94 0.08
HSL 39.18º 0.88% 0.49% -
HSV(B) 39.18º 0.94% 0.92% -
XYZ 46.24 41.98 6.12 -
YUV 164.42 43.68 177.63 -
System Red Green Blue C M Y K H S L
Decimal 234 158 15 0 0.32 0.94 0.08 39.18 0.88 0.49
Hex EA 9E F 0 20 5E 8 27 58 31
Octal 352 236 17 0 40 136 10 47 130 61
Binary 11101010 10011110 1111 0 100000 1011110 1000 100111 1011000 110001

Color Harmonies of #EA9E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E0F

Black with #EA9E0F

Text Example


Text Example

White with #EA9E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E0F; }

 p { color: rgb(234,158,15); }

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

background-color css

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

 a { background-color: rgb(234,158,15); }

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

border-color css

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

 span { border-color: rgb(234,158,15); }

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