Html Css Color HEX #E0AD0B Gamboge

📋 copy color: '#E0AD0B'

red 224 ◦ green 173 ◦ blue 11

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

Shades of Gamboge #E0AD0B

Tints of Gamboge #E0AD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.4%

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 54.9%
G = 42.4%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0AD0B (or 0xE0AD0B) is known color: Gamboge. HEX triplet: E0, AD and 0B. RGB value is (224,173,11). Sum of RGB (Red+Green+Blue) = 224+173+11=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AD0B is #1F52F4. Grayscale: #AAAAAA. Windows color (decimal): -2052853 or 765408. OLE color: 765408.

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

Color convert

RGB 224 173 11 -
CMYK 0 0.23 0.95 0.12
HSL 45.63º 0.91% 0.46% -
HSV(B) 45.63º 0.95% 0.88% -
XYZ 45.74 45.76 6.74 -
YUV 169.78 38.4 166.67 -
System Red Green Blue C M Y K H S L
Decimal 224 173 11 0 0.23 0.95 0.12 45.63 0.91 0.46
Hex E0 AD B 0 17 5F C 2E 5B 2E
Octal 340 255 13 0 27 137 14 56 133 56
Binary 11100000 10101101 1011 0 10111 1011111 1100 101110 1011011 101110

Color Harmonies of #E0AD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD0B

Black with #E0AD0B

Text Example


Text Example

White with #E0AD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD0B; }

 p { color: rgb(224,173,11); }

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

background-color css

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

 a { background-color: rgb(224,173,11); }

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

border-color css

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

 span { border-color: rgb(224,173,11); }

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