Html Css Color HEX #EBA90E Gamboge

📋 copy color: '#EBA90E'

red 235 ◦ green 169 ◦ blue 14

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

Shades of Gamboge #EBA90E

Tints of Gamboge #EBA90E

RGB

 RED value IS 235 (92.19% from 255) = 56.22%

 GREEN value IS 169 (66.41% from 255) = 40.43%

 BLUE value IS 14 (5.86% from 255) = 3.35%

R = 56.22%
G = 40.43%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBA90E (or 0xEBA90E) is known color: Gamboge. HEX triplet: EB, A9 and 0E. RGB value is (235,169,14). Sum of RGB (Red+Green+Blue) = 235+169+14=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA90E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA90E is #1456F1. Grayscale: #ABABAB. Windows color (decimal): -1332978 or 961003. OLE color: 961003.

HSL color Cylindrical-coordinate representation of color #EBA90E: hue angle of 42.08º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBA90E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 14 -
CMYK 0 0.28 0.94 0.08
HSL 42.08º 0.89% 0.49% -
HSV(B) 42.08º 0.94% 0.92% -
XYZ 48.53 46.07 6.75 -
YUV 171.06 39.37 173.6 -
System Red Green Blue C M Y K H S L
Decimal 235 169 14 0 0.28 0.94 0.08 42.08 0.89 0.49
Hex EB A9 E 0 1C 5E 8 2A 59 31
Octal 353 251 16 0 34 136 10 52 131 61
Binary 11101011 10101001 1110 0 11100 1011110 1000 101010 1011001 110001

Color Harmonies of #EBA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA90E

Black with #EBA90E

Text Example


Text Example

White with #EBA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA90E; }

 p { color: rgb(235,169,14); }

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

background-color css

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

 a { background-color: rgb(235,169,14); }

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

border-color css

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

 span { border-color: rgb(235,169,14); }

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