Html Css Color HEX #EBAB0A Gamboge

📋 copy color: '#EBAB0A'

red 235 ◦ green 171 ◦ blue 10

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

Shades of Gamboge #EBAB0A

Tints of Gamboge #EBAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.11%

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 56.49%
G = 41.11%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBAB0A (or 0xEBAB0A) is known color: Gamboge. HEX triplet: EB, AB and 0A. RGB value is (235,171,10). Sum of RGB (Red+Green+Blue) = 235+171+10=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB0A is #1454F5. Grayscale: #ACACAC. Windows color (decimal): -1332470 or 699371. OLE color: 699371.

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

Color convert

RGB 235 171 10 -
CMYK 0 0.27 0.96 0.08
HSL 42.93º 0.92% 0.48% -
HSV(B) 42.93º 0.96% 0.92% -
XYZ 48.88 46.81 6.75 -
YUV 171.78 36.7 173.09 -
System Red Green Blue C M Y K H S L
Decimal 235 171 10 0 0.27 0.96 0.08 42.93 0.92 0.48
Hex EB AB A 0 1B 60 8 2B 5C 30
Octal 353 253 12 0 33 140 10 53 134 60
Binary 11101011 10101011 1010 0 11011 1100000 1000 101011 1011100 110000

Color Harmonies of #EBAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB0A

Black with #EBAB0A

Text Example


Text Example

White with #EBAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB0A; }

 p { color: rgb(235,171,10); }

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

background-color css

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

 a { background-color: rgb(235,171,10); }

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

border-color css

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

 span { border-color: rgb(235,171,10); }

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