Html Css Color HEX #EBB10C Gamboge

📋 copy color: '#EBB10C'

red 235 ◦ green 177 ◦ blue 12

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

Shades of Gamboge #EBB10C

Tints of Gamboge #EBB10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.75%

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 55.42%
G = 41.75%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBB10C (or 0xEBB10C) is known color: Gamboge. HEX triplet: EB, B1 and 0C. RGB value is (235,177,12). Sum of RGB (Red+Green+Blue) = 235+177+12=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBB10C is #144EF3. Grayscale: #B0B0B0. Windows color (decimal): -1330932 or 831979. OLE color: 831979.

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

Color convert

RGB 235 177 12 -
CMYK 0 0.25 0.95 0.08
HSL 44.39º 0.9% 0.48% -
HSV(B) 44.39º 0.95% 0.92% -
XYZ 50.05 49.13 7.19 -
YUV 175.53 35.72 170.42 -
System Red Green Blue C M Y K H S L
Decimal 235 177 12 0 0.25 0.95 0.08 44.39 0.9 0.48
Hex EB B1 C 0 19 5F 8 2C 5A 30
Octal 353 261 14 0 31 137 10 54 132 60
Binary 11101011 10110001 1100 0 11001 1011111 1000 101100 1011010 110000

Color Harmonies of #EBB10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB10C

Black with #EBB10C

Text Example


Text Example

White with #EBB10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB10C; }

 p { color: rgb(235,177,12); }

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

background-color css

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

 a { background-color: rgb(235,177,12); }

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

border-color css

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

 span { border-color: rgb(235,177,12); }

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