Html Css Color HEX #E18A0F Gamboge

📋 copy color: '#E18A0F'

red 225 ◦ green 138 ◦ blue 15

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

Shades of Gamboge #E18A0F

Tints of Gamboge #E18A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 59.52%
G = 36.51%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E18A0F (or 0xE18A0F) is known color: Gamboge. HEX triplet: E1, 8A and 0F. RGB value is (225,138,15). Sum of RGB (Red+Green+Blue) = 225+138+15=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18A0F is #1E75F0. Grayscale: #969696. Windows color (decimal): -1996273 or 1018593. OLE color: 1018593.

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

Color convert

RGB 225 138 15 -
CMYK 0 0.39 0.93 0.12
HSL 35.14º 0.88% 0.47% -
HSV(B) 35.14º 0.93% 0.88% -
XYZ 40.23 34.22 4.94 -
YUV 149.99 51.82 181.5 -
System Red Green Blue C M Y K H S L
Decimal 225 138 15 0 0.39 0.93 0.12 35.14 0.88 0.47
Hex E1 8A F 0 27 5D C 23 58 2F
Octal 341 212 17 0 47 135 14 43 130 57
Binary 11100001 10001010 1111 0 100111 1011101 1100 100011 1011000 101111

Color Harmonies of #E18A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A0F

Black with #E18A0F

Text Example


Text Example

White with #E18A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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