Html Css Color HEX #E08A14 Gamboge

📋 copy color: '#E08A14'

red 224 ◦ green 138 ◦ blue 20

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

Shades of Gamboge #E08A14

Tints of Gamboge #E08A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 58.64%
G = 36.13%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E08A14 (or 0xE08A14) is known color: Gamboge. HEX triplet: E0, 8A and 14. RGB value is (224,138,20). Sum of RGB (Red+Green+Blue) = 224+138+20=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08A14 is #1F75EB. Grayscale: #969696. Windows color (decimal): -2061804 or 1346272. OLE color: 1346272.

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

Color convert

RGB 224 138 20 -
CMYK 0 0.38 0.91 0.12
HSL 34.71º 0.84% 0.48% -
HSV(B) 34.71º 0.91% 0.88% -
XYZ 39.96 34.07 5.13 -
YUV 150.26 54.49 180.59 -
System Red Green Blue C M Y K H S L
Decimal 224 138 20 0 0.38 0.91 0.12 34.71 0.84 0.48
Hex E0 8A 14 0 26 5B C 23 54 30
Octal 340 212 24 0 46 133 14 43 124 60
Binary 11100000 10001010 10100 0 100110 1011011 1100 100011 1010100 110000

Color Harmonies of #E08A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A14

Black with #E08A14

Text Example


Text Example

White with #E08A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A14; }

 p { color: rgb(224,138,20); }

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

background-color css

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

 a { background-color: rgb(224,138,20); }

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

border-color css

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

 span { border-color: rgb(224,138,20); }

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