Html Css Color HEX #EBA30A Gamboge

📋 copy color: '#EBA30A'

red 235 ◦ green 163 ◦ blue 10

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

Shades of Gamboge #EBA30A

Tints of Gamboge #EBA30A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

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

R = 57.6%
G = 39.95%
B = 2.45%

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

#EBA30A (or 0xEBA30A) is known color: Gamboge. HEX triplet: EB, A3 and 0A. RGB value is (235,163,10). Sum of RGB (Red+Green+Blue) = 235+163+10=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA30A is #145CF5. Grayscale: #A7A7A7. Windows color (decimal): -1334518 or 697323. OLE color: 697323.

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

Color convert

RGB 235 163 10 -
CMYK 0 0.31 0.96 0.08
HSL 40.8º 0.92% 0.48% -
HSV(B) 40.8º 0.96% 0.92% -
XYZ 47.41 43.88 6.26 -
YUV 167.09 39.35 176.44 -
System Red Green Blue C M Y K H S L
Decimal 235 163 10 0 0.31 0.96 0.08 40.8 0.92 0.48
Hex EB A3 A 0 1F 60 8 29 5C 30
Octal 353 243 12 0 37 140 10 51 134 60
Binary 11101011 10100011 1010 0 11111 1100000 1000 101001 1011100 110000

Color Harmonies of #EBA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA30A

Black with #EBA30A

Text Example


Text Example

White with #EBA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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