Html Css Color HEX #E08A0F Gamboge

📋 copy color: '#E08A0F'

red 224 ◦ green 138 ◦ blue 15

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

Shades of Gamboge #E08A0F

Tints of Gamboge #E08A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.98%

R = 59.42%
G = 36.6%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E08A0F (or 0xE08A0F) is known color: Gamboge. HEX triplet: E0, 8A and 0F. RGB value is (224,138,15). Sum of RGB (Red+Green+Blue) = 224+138+15=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08A0F is #1F75F0. Grayscale: #969696. Windows color (decimal): -2061809 or 1018592. OLE color: 1018592.

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

Color convert

RGB 224 138 15 -
CMYK 0 0.38 0.93 0.12
HSL 35.31º 0.87% 0.47% -
HSV(B) 35.31º 0.93% 0.88% -
XYZ 39.92 34.06 4.92 -
YUV 149.69 51.99 181 -
System Red Green Blue C M Y K H S L
Decimal 224 138 15 0 0.38 0.93 0.12 35.31 0.87 0.47
Hex E0 8A F 0 26 5D C 23 57 2F
Octal 340 212 17 0 46 135 14 43 127 57
Binary 11100000 10001010 1111 0 100110 1011101 1100 100011 1010111 101111

Color Harmonies of #E08A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A0F

Black with #E08A0F

Text Example


Text Example

White with #E08A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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