Html Css Color HEX #EBAB0D Gamboge

📋 copy color: '#EBAB0D'

red 235 ◦ green 171 ◦ blue 13

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

Shades of Gamboge #EBAB0D

Tints of Gamboge #EBAB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 56.09%
G = 40.81%
B = 3.1%

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

#EBAB0D (or 0xEBAB0D) is known color: Gamboge. HEX triplet: EB, AB and 0D. RGB value is (235,171,13). Sum of RGB (Red+Green+Blue) = 235+171+13=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB0D is #1454F2. Grayscale: #ACACAC. Windows color (decimal): -1332467 or 895979. OLE color: 895979.

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

Color convert

RGB 235 171 13 -
CMYK 0 0.27 0.94 0.08
HSL 42.7º 0.9% 0.49% -
HSV(B) 42.7º 0.94% 0.92% -
XYZ 48.9 46.82 6.84 -
YUV 172.12 38.2 172.85 -
System Red Green Blue C M Y K H S L
Decimal 235 171 13 0 0.27 0.94 0.08 42.7 0.9 0.49
Hex EB AB D 0 1B 5E 8 2B 5A 31
Octal 353 253 15 0 33 136 10 53 132 61
Binary 11101011 10101011 1101 0 11011 1011110 1000 101011 1011010 110001

Color Harmonies of #EBAB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB0D

Black with #EBAB0D

Text Example


Text Example

White with #EBAB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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