Html Css Color HEX #E18A0A Gamboge

📋 copy color: '#E18A0A'

red 225 ◦ green 138 ◦ blue 10

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

Shades of Gamboge #E18A0A

Tints of Gamboge #E18A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.68%

R = 60.32%
G = 37%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E18A0A (or 0xE18A0A) is known color: Gamboge. HEX triplet: E1, 8A and 0A. RGB value is (225,138,10). Sum of RGB (Red+Green+Blue) = 225+138+10=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18A0A is #1E75F5. Grayscale: #969696. Windows color (decimal): -1996278 or 690913. OLE color: 690913.

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

Color convert

RGB 225 138 10 -
CMYK 0 0.39 0.96 0.12
HSL 35.72º 0.91% 0.46% -
HSV(B) 35.72º 0.96% 0.88% -
XYZ 40.19 34.21 4.77 -
YUV 149.42 49.32 181.91 -
System Red Green Blue C M Y K H S L
Decimal 225 138 10 0 0.39 0.96 0.12 35.72 0.91 0.46
Hex E1 8A A 0 27 60 C 24 5B 2E
Octal 341 212 12 0 47 140 14 44 133 56
Binary 11100001 10001010 1010 0 100111 1100000 1100 100100 1011011 101110

Color Harmonies of #E18A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A0A

Black with #E18A0A

Text Example


Text Example

White with #E18A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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