Html Css Color HEX #EBAB0F Gamboge

📋 copy color: '#EBAB0F'

red 235 ◦ green 171 ◦ blue 15

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

Shades of Gamboge #EBAB0F

Tints of Gamboge #EBAB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 55.82%
G = 40.62%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBAB0F (or 0xEBAB0F) is known color: Gamboge. HEX triplet: EB, AB and 0F. RGB value is (235,171,15). Sum of RGB (Red+Green+Blue) = 235+171+15=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB0F is #1454F0. Grayscale: #ADADAD. Windows color (decimal): -1332465 or 1027051. OLE color: 1027051.

HSL color Cylindrical-coordinate representation of color #EBAB0F: hue angle of 42.55º degrees, saturation: 0.88, 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 #EBAB0F is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 171 15 -
CMYK 0 0.27 0.94 0.08
HSL 42.55º 0.88% 0.49% -
HSV(B) 42.55º 0.94% 0.92% -
XYZ 48.91 46.82 6.91 -
YUV 172.35 39.2 172.68 -
System Red Green Blue C M Y K H S L
Decimal 235 171 15 0 0.27 0.94 0.08 42.55 0.88 0.49
Hex EB AB F 0 1B 5E 8 2B 58 31
Octal 353 253 17 0 33 136 10 53 130 61
Binary 11101011 10101011 1111 0 11011 1011110 1000 101011 1011000 110001

Color Harmonies of #EBAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB0F

Black with #EBAB0F

Text Example


Text Example

White with #EBAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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