Html Css Color HEX #E5980B Gamboge

📋 copy color: '#E5980B'

red 229 ◦ green 152 ◦ blue 11

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

Shades of Gamboge #E5980B

Tints of Gamboge #E5980B

RGB

 RED value IS 229 (89.84% from 255) = 58.42%

 GREEN value IS 152 (59.77% from 255) = 38.78%

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

R = 58.42%
G = 38.78%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5980B (or 0xE5980B) is known color: Gamboge. HEX triplet: E5, 98 and 0B. RGB value is (229,152,11). Sum of RGB (Red+Green+Blue) = 229+152+11=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E5980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5980B is #1A67F4. Grayscale: #9F9F9F. Windows color (decimal): -1730549 or 760037. OLE color: 760037.

HSL color Cylindrical-coordinate representation of color #E5980B: hue angle of 38.81º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5980B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 152 11 -
CMYK 0 0.34 0.95 0.10
HSL 38.81º 0.91% 0.47% -
HSV(B) 38.81º 0.95% 0.9% -
XYZ 43.6 39.14 5.57 -
YUV 158.95 44.51 177.96 -
System Red Green Blue C M Y K H S L
Decimal 229 152 11 0 0.34 0.95 0.10 38.81 0.91 0.47
Hex E5 98 B 0 22 5F A 27 5B 2F
Octal 345 230 13 0 42 137 12 47 133 57
Binary 11100101 10011000 1011 0 100010 1011111 1010 100111 1011011 101111

Color Harmonies of #E5980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5980B

Black with #E5980B

Text Example


Text Example

White with #E5980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5980B; }

 p { color: rgb(229,152,11); }

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

background-color css

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

 a { background-color: rgb(229,152,11); }

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

border-color css

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

 span { border-color: rgb(229,152,11); }

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