Html Css Color HEX #EA9F1D Gamboge

📋 copy color: '#EA9F1D'

red 234 ◦ green 159 ◦ blue 29

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

Shades of Gamboge #EA9F1D

Tints of Gamboge #EA9F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.87%

R = 55.45%
G = 37.68%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA9F1D (or 0xEA9F1D) is known color: Gamboge. HEX triplet: EA, 9F and 1D. RGB value is (234,159,29). Sum of RGB (Red+Green+Blue) = 234+159+29=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F1D is #1560E2. Grayscale: #A7A7A7. Windows color (decimal): -1401059 or 1941482. OLE color: 1941482.

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

Color convert

RGB 234 159 29 -
CMYK 0 0.32 0.88 0.08
HSL 38.05º 0.83% 0.52% -
HSV(B) 38.05º 0.88% 0.92% -
XYZ 46.55 42.38 6.89 -
YUV 166.61 50.35 176.07 -
System Red Green Blue C M Y K H S L
Decimal 234 159 29 0 0.32 0.88 0.08 38.05 0.83 0.52
Hex EA 9F 1D 0 20 58 8 26 53 34
Octal 352 237 35 0 40 130 10 46 123 64
Binary 11101010 10011111 11101 0 100000 1011000 1000 100110 1010011 110100

Color Harmonies of #EA9F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F1D

Black with #EA9F1D

Text Example


Text Example

White with #EA9F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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