Html Css Color HEX #EA9F1B Gamboge

📋 copy color: '#EA9F1B'

red 234 ◦ green 159 ◦ blue 27

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

Shades of Gamboge #EA9F1B

Tints of Gamboge #EA9F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.43%

R = 55.71%
G = 37.86%
B = 6.43%

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

#EA9F1B (or 0xEA9F1B) is known color: Gamboge. HEX triplet: EA, 9F and 1B. RGB value is (234,159,27). Sum of RGB (Red+Green+Blue) = 234+159+27=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F1B is #1560E4. Grayscale: #A6A6A6. Windows color (decimal): -1401061 or 1810410. OLE color: 1810410.

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

Color convert

RGB 234 159 27 -
CMYK 0 0.32 0.88 0.08
HSL 38.26º 0.83% 0.51% -
HSV(B) 38.26º 0.88% 0.92% -
XYZ 46.53 42.37 6.76 -
YUV 166.38 49.35 176.23 -
System Red Green Blue C M Y K H S L
Decimal 234 159 27 0 0.32 0.88 0.08 38.26 0.83 0.51
Hex EA 9F 1B 0 20 58 8 26 53 33
Octal 352 237 33 0 40 130 10 46 123 63
Binary 11101010 10011111 11011 0 100000 1011000 1000 100110 1010011 110011

Color Harmonies of #EA9F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F1B

Black with #EA9F1B

Text Example


Text Example

White with #EA9F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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