Html Css Color HEX #E18F07 Gamboge

📋 copy color: '#E18F07'

red 225 ◦ green 143 ◦ blue 7

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

Shades of Gamboge #E18F07

Tints of Gamboge #E18F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 60%
G = 38.13%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E18F07 (or 0xE18F07) is known color: Gamboge. HEX triplet: E1, 8F and 07. RGB value is (225,143,7). Sum of RGB (Red+Green+Blue) = 225+143+7=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F07 is #1E70F8. Grayscale: #989898. Windows color (decimal): -1995001 or 495585. OLE color: 495585.

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

Color convert

RGB 225 143 7 -
CMYK 0 0.36 0.97 0.12
HSL 37.43º 0.94% 0.45% -
HSV(B) 37.43º 0.97% 0.88% -
XYZ 40.91 35.67 4.93 -
YUV 152.01 46.17 180.06 -
System Red Green Blue C M Y K H S L
Decimal 225 143 7 0 0.36 0.97 0.12 37.43 0.94 0.45
Hex E1 8F 7 0 24 61 C 25 5E 2D
Octal 341 217 7 0 44 141 14 45 136 55
Binary 11100001 10001111 111 0 100100 1100001 1100 100101 1011110 101101

Color Harmonies of #E18F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F07

Black with #E18F07

Text Example


Text Example

White with #E18F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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