Html Css Color HEX #EBA40C Gamboge

📋 copy color: '#EBA40C'

red 235 ◦ green 164 ◦ blue 12

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

Shades of Gamboge #EBA40C

Tints of Gamboge #EBA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

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

R = 57.18%
G = 39.9%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBA40C (or 0xEBA40C) is known color: Gamboge. HEX triplet: EB, A4 and 0C. RGB value is (235,164,12). Sum of RGB (Red+Green+Blue) = 235+164+12=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA40C is #145BF3. Grayscale: #A8A8A8. Windows color (decimal): -1334260 or 828651. OLE color: 828651.

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

Color convert

RGB 235 164 12 -
CMYK 0 0.30 0.95 0.08
HSL 40.9º 0.9% 0.48% -
HSV(B) 40.9º 0.95% 0.92% -
XYZ 47.6 44.24 6.38 -
YUV 167.9 40.02 175.86 -
System Red Green Blue C M Y K H S L
Decimal 235 164 12 0 0.30 0.95 0.08 40.9 0.9 0.48
Hex EB A4 C 0 1E 5F 8 29 5A 30
Octal 353 244 14 0 36 137 10 51 132 60
Binary 11101011 10100100 1100 0 11110 1011111 1000 101001 1011010 110000

Color Harmonies of #EBA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA40C

Black with #EBA40C

Text Example


Text Example

White with #EBA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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