Html Css Color HEX #E09505 Gamboge

📋 copy color: '#E09505'

red 224 ◦ green 149 ◦ blue 5

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

Shades of Gamboge #E09505

Tints of Gamboge #E09505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 59.26%
G = 39.42%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E09505 (or 0xE09505) is known color: Gamboge. HEX triplet: E0, 95 and 05. RGB value is (224,149,5). Sum of RGB (Red+Green+Blue) = 224+149+5=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E09505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09505 is #1F6AFA. Grayscale: #9B9B9B. Windows color (decimal): -2059003 or 366048. OLE color: 366048.

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

Color convert

RGB 224 149 5 -
CMYK 0 0.33 0.98 0.12
HSL 39.45º 0.96% 0.45% -
HSV(B) 39.45º 0.98% 0.88% -
XYZ 41.52 37.35 5.17 -
YUV 155.01 43.35 177.21 -
System Red Green Blue C M Y K H S L
Decimal 224 149 5 0 0.33 0.98 0.12 39.45 0.96 0.45
Hex E0 95 5 0 21 62 C 27 60 2D
Octal 340 225 5 0 41 142 14 47 140 55
Binary 11100000 10010101 101 0 100001 1100010 1100 100111 1100000 101101

Color Harmonies of #E09505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09505

Black with #E09505

Text Example


Text Example

White with #E09505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09505; }

 p { color: rgb(224,149,5); }

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

background-color css

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

 a { background-color: rgb(224,149,5); }

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

border-color css

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

 span { border-color: rgb(224,149,5); }

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