Html Css Color HEX #E18C0A Gamboge

📋 copy color: '#E18C0A'

red 225 ◦ green 140 ◦ blue 10

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

Shades of Gamboge #E18C0A

Tints of Gamboge #E18C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

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

R = 60%
G = 37.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E18C0A (or 0xE18C0A) is known color: Gamboge. HEX triplet: E1, 8C and 0A. RGB value is (225,140,10). Sum of RGB (Red+Green+Blue) = 225+140+10=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18C0A is #1E73F5. Grayscale: #979797. Windows color (decimal): -1995766 or 691425. OLE color: 691425.

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

Color convert

RGB 225 140 10 -
CMYK 0 0.38 0.96 0.12
HSL 36.28º 0.91% 0.46% -
HSV(B) 36.28º 0.96% 0.88% -
XYZ 40.48 34.79 4.87 -
YUV 150.6 48.66 181.07 -
System Red Green Blue C M Y K H S L
Decimal 225 140 10 0 0.38 0.96 0.12 36.28 0.91 0.46
Hex E1 8C A 0 26 60 C 24 5B 2E
Octal 341 214 12 0 46 140 14 44 133 56
Binary 11100001 10001100 1010 0 100110 1100000 1100 100100 1011011 101110

Color Harmonies of #E18C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C0A

Black with #E18C0A

Text Example


Text Example

White with #E18C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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