Html Css Color HEX #E08D06 Gamboge

📋 copy color: '#E08D06'

red 224 ◦ green 141 ◦ blue 6

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

Shades of Gamboge #E08D06

Tints of Gamboge #E08D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 60.38%
G = 38.01%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E08D06 (or 0xE08D06) is known color: Gamboge. HEX triplet: E0, 8D and 06. RGB value is (224,141,6). Sum of RGB (Red+Green+Blue) = 224+141+6=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08D06 is #1F72F9. Grayscale: #979797. Windows color (decimal): -2061050 or 429536. OLE color: 429536.

HSL color Cylindrical-coordinate representation of color #E08D06: hue angle of 37.16º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E08D06 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 141 6 -
CMYK 0 0.37 0.97 0.12
HSL 37.16º 0.95% 0.45% -
HSV(B) 37.16º 0.97% 0.88% -
XYZ 40.3 34.91 4.79 -
YUV 150.43 46.5 180.48 -
System Red Green Blue C M Y K H S L
Decimal 224 141 6 0 0.37 0.97 0.12 37.16 0.95 0.45
Hex E0 8D 6 0 25 61 C 25 5F 2D
Octal 340 215 6 0 45 141 14 45 137 55
Binary 11100000 10001101 110 0 100101 1100001 1100 100101 1011111 101101

Color Harmonies of #E08D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D06

Black with #E08D06

Text Example


Text Example

White with #E08D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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