Html Css Color HEX #E18F00 Gamboge

📋 copy color: '#E18F00'

red 225 ◦ green 143 ◦ blue 0

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

Shades of Gamboge #E18F00

Tints of Gamboge #E18F00

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.14%
G = 38.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E18F00 (or 0xE18F00) is known color: Gamboge. HEX triplet: E1, 8F and 00. RGB value is (225,143,0). Sum of RGB (Red+Green+Blue) = 225+143+0=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F00 is #1E70FF. Grayscale: #979797. Windows color (decimal): -1995008 or 36833. OLE color: 36833.

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

Color convert

RGB 225 143 0 -
CMYK 0 0.36 1 0.12
HSL 38.13º 1% 0.44% -
HSV(B) 38.13º 1% 0.88% -
XYZ 40.87 35.65 4.73 -
YUV 151.22 42.67 180.63 -
System Red Green Blue C M Y K H S L
Decimal 225 143 0 0 0.36 1 0.12 38.13 1 0.44
Hex E1 8F 0 0 24 64 C 26 64 2C
Octal 341 217 0 0 44 144 14 46 144 54
Binary 11100001 10001111 0 0 100100 1100100 1100 100110 1100100 101100

Color Harmonies of #E18F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F00

Black with #E18F00

Text Example


Text Example

White with #E18F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F00; }

 p { color: rgb(225,143,0); }

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

background-color css

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

 a { background-color: rgb(225,143,0); }

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

border-color css

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

 span { border-color: rgb(225,143,0); }

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