Html Css Color HEX #E08C0D Gamboge

📋 copy color: '#E08C0D'

red 224 ◦ green 140 ◦ blue 13

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

Shades of Gamboge #E08C0D

Tints of Gamboge #E08C0D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

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

R = 59.42%
G = 37.14%
B = 3.45%

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

#E08C0D (or 0xE08C0D) is known color: Gamboge. HEX triplet: E0, 8C and 0D. RGB value is (224,140,13). Sum of RGB (Red+Green+Blue) = 224+140+13=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08C0D is #1F73F2. Grayscale: #979797. Windows color (decimal): -2061299 or 888032. OLE color: 888032.

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

Color convert

RGB 224 140 13 -
CMYK 0 0.38 0.94 0.12
HSL 36.11º 0.89% 0.46% -
HSV(B) 36.11º 0.94% 0.88% -
XYZ 40.19 34.63 4.95 -
YUV 150.64 50.33 180.33 -
System Red Green Blue C M Y K H S L
Decimal 224 140 13 0 0.38 0.94 0.12 36.11 0.89 0.46
Hex E0 8C D 0 26 5E C 24 59 2E
Octal 340 214 15 0 46 136 14 44 131 56
Binary 11100000 10001100 1101 0 100110 1011110 1100 100100 1011001 101110

Color Harmonies of #E08C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C0D

Black with #E08C0D

Text Example


Text Example

White with #E08C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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