Html Css Color HEX #EBA70B Gamboge

📋 copy color: '#EBA70B'

red 235 ◦ green 167 ◦ blue 11

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

Shades of Gamboge #EBA70B

Tints of Gamboge #EBA70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.44%

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

R = 56.9%
G = 40.44%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBA70B (or 0xEBA70B) is known color: Gamboge. HEX triplet: EB, A7 and 0B. RGB value is (235,167,11). Sum of RGB (Red+Green+Blue) = 235+167+11=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA70B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA70B is #1458F4. Grayscale: #AAAAAA. Windows color (decimal): -1333493 or 763883. OLE color: 763883.

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

Color convert

RGB 235 167 11 -
CMYK 0 0.29 0.95 0.08
HSL 41.79º 0.91% 0.48% -
HSV(B) 41.79º 0.95% 0.92% -
XYZ 48.14 45.32 6.53 -
YUV 169.55 38.53 174.68 -
System Red Green Blue C M Y K H S L
Decimal 235 167 11 0 0.29 0.95 0.08 41.79 0.91 0.48
Hex EB A7 B 0 1D 5F 8 2A 5B 30
Octal 353 247 13 0 35 137 10 52 133 60
Binary 11101011 10100111 1011 0 11101 1011111 1000 101010 1011011 110000

Color Harmonies of #EBA70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA70B

Black with #EBA70B

Text Example


Text Example

White with #EBA70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA70B; }

 p { color: rgb(235,167,11); }

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

background-color css

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

 a { background-color: rgb(235,167,11); }

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

border-color css

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

 span { border-color: rgb(235,167,11); }

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