Html Css Color HEX #EBA907 Gamboge

📋 copy color: '#EBA907'

red 235 ◦ green 169 ◦ blue 7

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

Shades of Gamboge #EBA907

Tints of Gamboge #EBA907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 57.18%
G = 41.12%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBA907 (or 0xEBA907) is known color: Gamboge. HEX triplet: EB, A9 and 07. RGB value is (235,169,7). Sum of RGB (Red+Green+Blue) = 235+169+7=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA907 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA907 is #1456F8. Grayscale: #AAAAAA. Windows color (decimal): -1332985 or 502251. OLE color: 502251.

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

Color convert

RGB 235 169 7 -
CMYK 0 0.28 0.97 0.08
HSL 42.63º 0.94% 0.47% -
HSV(B) 42.63º 0.97% 0.92% -
XYZ 48.49 46.05 6.53 -
YUV 170.27 35.87 174.17 -
System Red Green Blue C M Y K H S L
Decimal 235 169 7 0 0.28 0.97 0.08 42.63 0.94 0.47
Hex EB A9 7 0 1C 61 8 2B 5E 2F
Octal 353 251 7 0 34 141 10 53 136 57
Binary 11101011 10101001 111 0 11100 1100001 1000 101011 1011110 101111

Color Harmonies of #EBA907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA907

Black with #EBA907

Text Example


Text Example

White with #EBA907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA907; }

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

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

background-color css

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

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

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

border-color css

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

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

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