Html Css Color HEX #E08F16 Gamboge

📋 copy color: '#E08F16'

red 224 ◦ green 143 ◦ blue 22

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

Shades of Gamboge #E08F16

Tints of Gamboge #E08F16

RGB

 RED value IS 224 (87.89% from 255) = 57.58%

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

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 57.58%
G = 36.76%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E08F16 (or 0xE08F16) is known color: Gamboge. HEX triplet: E0, 8F and 16. RGB value is (224,143,22). Sum of RGB (Red+Green+Blue) = 224+143+22=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08F16 is #1F70E9. Grayscale: #999999. Windows color (decimal): -2060522 or 1478624. OLE color: 1478624.

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

Color convert

RGB 224 143 22 -
CMYK 0 0.36 0.90 0.12
HSL 35.94º 0.82% 0.48% -
HSV(B) 35.94º 0.9% 0.88% -
XYZ 40.71 35.55 5.48 -
YUV 153.43 53.84 178.34 -
System Red Green Blue C M Y K H S L
Decimal 224 143 22 0 0.36 0.90 0.12 35.94 0.82 0.48
Hex E0 8F 16 0 24 5A C 24 52 30
Octal 340 217 26 0 44 132 14 44 122 60
Binary 11100000 10001111 10110 0 100100 1011010 1100 100100 1010010 110000

Color Harmonies of #E08F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F16

Black with #E08F16

Text Example


Text Example

White with #E08F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F16; }

 p { color: rgb(224,143,22); }

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

background-color css

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

 a { background-color: rgb(224,143,22); }

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

border-color css

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

 span { border-color: rgb(224,143,22); }

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