Html Css Color HEX #E08D0D Gamboge

📋 copy color: '#E08D0D'

red 224 ◦ green 141 ◦ blue 13

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

Shades of Gamboge #E08D0D

Tints of Gamboge #E08D0D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

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

R = 59.26%
G = 37.3%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E08D0D (or 0xE08D0D) is known color: Gamboge. HEX triplet: E0, 8D and 0D. RGB value is (224,141,13). Sum of RGB (Red+Green+Blue) = 224+141+13=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08D0D is #1F72F2. Grayscale: #979797. Windows color (decimal): -2061043 or 888288. OLE color: 888288.

HSL color Cylindrical-coordinate representation of color #E08D0D: hue angle of 36.4º 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 #E08D0D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 141 13 -
CMYK 0 0.37 0.94 0.12
HSL 36.4º 0.89% 0.46% -
HSV(B) 36.4º 0.94% 0.88% -
XYZ 40.34 34.93 5 -
YUV 151.23 50 179.91 -
System Red Green Blue C M Y K H S L
Decimal 224 141 13 0 0.37 0.94 0.12 36.4 0.89 0.46
Hex E0 8D D 0 25 5E C 24 59 2E
Octal 340 215 15 0 45 136 14 44 131 56
Binary 11100000 10001101 1101 0 100101 1011110 1100 100100 1011001 101110

Color Harmonies of #E08D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D0D

Black with #E08D0D

Text Example


Text Example

White with #E08D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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