Html Css Color HEX #E18A0D Gamboge

📋 copy color: '#E18A0D'

red 225 ◦ green 138 ◦ blue 13

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

Shades of Gamboge #E18A0D

Tints of Gamboge #E18A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.46%

R = 59.84%
G = 36.7%
B = 3.46%

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

#E18A0D (or 0xE18A0D) is known color: Gamboge. HEX triplet: E1, 8A and 0D. RGB value is (225,138,13). Sum of RGB (Red+Green+Blue) = 225+138+13=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18A0D is #1E75F2. Grayscale: #969696. Windows color (decimal): -1996275 or 887521. OLE color: 887521.

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

Color convert

RGB 225 138 13 -
CMYK 0 0.39 0.94 0.12
HSL 35.38º 0.89% 0.47% -
HSV(B) 35.38º 0.94% 0.88% -
XYZ 40.21 34.21 4.87 -
YUV 149.76 50.82 181.66 -
System Red Green Blue C M Y K H S L
Decimal 225 138 13 0 0.39 0.94 0.12 35.38 0.89 0.47
Hex E1 8A D 0 27 5E C 23 59 2F
Octal 341 212 15 0 47 136 14 43 131 57
Binary 11100001 10001010 1101 0 100111 1011110 1100 100011 1011001 101111

Color Harmonies of #E18A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A0D

Black with #E18A0D

Text Example


Text Example

White with #E18A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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