Html Css Color HEX #E08A0D Gamboge

📋 copy color: '#E08A0D'

red 224 ◦ green 138 ◦ blue 13

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

Shades of Gamboge #E08A0D

Tints of Gamboge #E08A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.47%

R = 59.73%
G = 36.8%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E08A0D (or 0xE08A0D) is known color: Gamboge. HEX triplet: E0, 8A and 0D. RGB value is (224,138,13). Sum of RGB (Red+Green+Blue) = 224+138+13=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08A0D is #1F75F2. Grayscale: #969696. Windows color (decimal): -2061811 or 887520. OLE color: 887520.

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

Color convert

RGB 224 138 13 -
CMYK 0 0.38 0.94 0.12
HSL 35.55º 0.89% 0.46% -
HSV(B) 35.55º 0.94% 0.88% -
XYZ 39.9 34.05 4.85 -
YUV 149.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 224 138 13 0 0.38 0.94 0.12 35.55 0.89 0.46
Hex E0 8A D 0 26 5E C 24 59 2E
Octal 340 212 15 0 46 136 14 44 131 56
Binary 11100000 10001010 1101 0 100110 1011110 1100 100100 1011001 101110

Color Harmonies of #E08A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A0D

Black with #E08A0D

Text Example


Text Example

White with #E08A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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