Html Css Color HEX #E18A0E Gamboge

📋 copy color: '#E18A0E'

red 225 ◦ green 138 ◦ blue 14

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

Shades of Gamboge #E18A0E

Tints of Gamboge #E18A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.6%

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

R = 59.68%
G = 36.6%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E18A0E (or 0xE18A0E) is known color: Gamboge. HEX triplet: E1, 8A and 0E. RGB value is (225,138,14). Sum of RGB (Red+Green+Blue) = 225+138+14=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18A0E is #1E75F1. Grayscale: #969696. Windows color (decimal): -1996274 or 953057. OLE color: 953057.

HSL color Cylindrical-coordinate representation of color #E18A0E: hue angle of 35.26º 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 #E18A0E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 14 -
CMYK 0 0.39 0.94 0.12
HSL 35.26º 0.88% 0.47% -
HSV(B) 35.26º 0.94% 0.88% -
XYZ 40.22 34.22 4.9 -
YUV 149.88 51.32 181.58 -
System Red Green Blue C M Y K H S L
Decimal 225 138 14 0 0.39 0.94 0.12 35.26 0.88 0.47
Hex E1 8A E 0 27 5E C 23 58 2F
Octal 341 212 16 0 47 136 14 43 130 57
Binary 11100001 10001010 1110 0 100111 1011110 1100 100011 1011000 101111

Color Harmonies of #E18A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A0E

Black with #E18A0E

Text Example


Text Example

White with #E18A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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