Html Css Color HEX #E99D0B Gamboge

📋 copy color: '#E99D0B'

red 233 ◦ green 157 ◦ blue 11

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

Shades of Gamboge #E99D0B

Tints of Gamboge #E99D0B

RGB

 RED value IS 233 (91.41% from 255) = 58.1%

 GREEN value IS 157 (61.72% from 255) = 39.15%

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

R = 58.1%
G = 39.15%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E99D0B (or 0xE99D0B) is known color: Gamboge. HEX triplet: E9, 9D and 0B. RGB value is (233,157,11). Sum of RGB (Red+Green+Blue) = 233+157+11=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99D0B is #1662F4. Grayscale: #A3A3A3. Windows color (decimal): -1467125 or 761321. OLE color: 761321.

HSL color Cylindrical-coordinate representation of color #E99D0B: hue angle of 39.46º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E99D0B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 157 11 -
CMYK 0 0.33 0.95 0.09
HSL 39.46º 0.91% 0.48% -
HSV(B) 39.46º 0.95% 0.91% -
XYZ 45.72 41.46 5.91 -
YUV 163.08 42.18 177.87 -
System Red Green Blue C M Y K H S L
Decimal 233 157 11 0 0.33 0.95 0.09 39.46 0.91 0.48
Hex E9 9D B 0 21 5F 9 27 5B 30
Octal 351 235 13 0 41 137 11 47 133 60
Binary 11101001 10011101 1011 0 100001 1011111 1001 100111 1011011 110000

Color Harmonies of #E99D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99D0B

Black with #E99D0B

Text Example


Text Example

White with #E99D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99D0B; }

 p { color: rgb(233,157,11); }

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

background-color css

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

 a { background-color: rgb(233,157,11); }

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

border-color css

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

 span { border-color: rgb(233,157,11); }

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