Html Css Color HEX #E19B0E Gamboge

📋 copy color: '#E19B0E'

red 225 ◦ green 155 ◦ blue 14

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

Shades of Gamboge #E19B0E

Tints of Gamboge #E19B0E

RGB

 RED value IS 225 (88.28% from 255) = 57.11%

 GREEN value IS 155 (60.94% from 255) = 39.34%

 BLUE value IS 14 (5.86% from 255) = 3.55%

R = 57.11%
G = 39.34%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E19B0E (or 0xE19B0E) is known color: Gamboge. HEX triplet: E1, 9B and 0E. RGB value is (225,155,14). Sum of RGB (Red+Green+Blue) = 225+155+14=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19B0E is #1E64F1. Grayscale: #A0A0A0. Windows color (decimal): -1991922 or 957409. OLE color: 957409.

HSL color Cylindrical-coordinate representation of color #E19B0E: hue angle of 40.09º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E19B0E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 155 14 -
CMYK 0 0.31 0.94 0.12
HSL 40.09º 0.88% 0.47% -
HSV(B) 40.09º 0.94% 0.88% -
XYZ 42.85 39.48 5.78 -
YUV 159.86 45.69 174.46 -
System Red Green Blue C M Y K H S L
Decimal 225 155 14 0 0.31 0.94 0.12 40.09 0.88 0.47
Hex E1 9B E 0 1F 5E C 28 58 2F
Octal 341 233 16 0 37 136 14 50 130 57
Binary 11100001 10011011 1110 0 11111 1011110 1100 101000 1011000 101111

Color Harmonies of #E19B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19B0E

Black with #E19B0E

Text Example


Text Example

White with #E19B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19B0E; }

 p { color: rgb(225,155,14); }

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

background-color css

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

 a { background-color: rgb(225,155,14); }

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

border-color css

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

 span { border-color: rgb(225,155,14); }

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