Html Css Color HEX #EBA20A Gamboge

📋 copy color: '#EBA20A'

red 235 ◦ green 162 ◦ blue 10

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

Shades of Gamboge #EBA20A

Tints of Gamboge #EBA20A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

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

R = 57.74%
G = 39.8%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBA20A (or 0xEBA20A) is known color: Gamboge. HEX triplet: EB, A2 and 0A. RGB value is (235,162,10). Sum of RGB (Red+Green+Blue) = 235+162+10=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA20A is #145DF5. Grayscale: #A7A7A7. Windows color (decimal): -1334774 or 697067. OLE color: 697067.

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

Color convert

RGB 235 162 10 -
CMYK 0 0.31 0.96 0.08
HSL 40.53º 0.92% 0.48% -
HSV(B) 40.53º 0.96% 0.92% -
XYZ 47.24 43.52 6.2 -
YUV 166.5 39.68 176.86 -
System Red Green Blue C M Y K H S L
Decimal 235 162 10 0 0.31 0.96 0.08 40.53 0.92 0.48
Hex EB A2 A 0 1F 60 8 29 5C 30
Octal 353 242 12 0 37 140 10 51 134 60
Binary 11101011 10100010 1010 0 11111 1100000 1000 101001 1011100 110000

Color Harmonies of #EBA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA20A

Black with #EBA20A

Text Example


Text Example

White with #EBA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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