Html Css Color HEX #EBA30B Gamboge

📋 copy color: '#EBA30B'

red 235 ◦ green 163 ◦ blue 11

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

Shades of Gamboge #EBA30B

Tints of Gamboge #EBA30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.69%

R = 57.46%
G = 39.85%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBA30B (or 0xEBA30B) is known color: Gamboge. HEX triplet: EB, A3 and 0B. RGB value is (235,163,11). Sum of RGB (Red+Green+Blue) = 235+163+11=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA30B is #145CF4. Grayscale: #A7A7A7. Windows color (decimal): -1334517 or 762859. OLE color: 762859.

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

Color convert

RGB 235 163 11 -
CMYK 0 0.31 0.95 0.08
HSL 40.71º 0.91% 0.48% -
HSV(B) 40.71º 0.95% 0.92% -
XYZ 47.42 43.88 6.29 -
YUV 167.2 39.85 176.36 -
System Red Green Blue C M Y K H S L
Decimal 235 163 11 0 0.31 0.95 0.08 40.71 0.91 0.48
Hex EB A3 B 0 1F 5F 8 29 5B 30
Octal 353 243 13 0 37 137 10 51 133 60
Binary 11101011 10100011 1011 0 11111 1011111 1000 101001 1011011 110000

Color Harmonies of #EBA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA30B

Black with #EBA30B

Text Example


Text Example

White with #EBA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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