Html Css Color HEX #EBA01C Gamboge

📋 copy color: '#EBA01C'

red 235 ◦ green 160 ◦ blue 28

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

Shades of Gamboge #EBA01C

Tints of Gamboge #EBA01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

 BLUE value IS 28 (11.33% from 255) = 6.62%

R = 55.56%
G = 37.83%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBA01C (or 0xEBA01C) is known color: Gamboge. HEX triplet: EB, A0 and 1C. RGB value is (235,160,28). Sum of RGB (Red+Green+Blue) = 235+160+28=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA01C is #145FE3. Grayscale: #A7A7A7. Windows color (decimal): -1335268 or 1876203. OLE color: 1876203.

HSL color Cylindrical-coordinate representation of color #EBA01C: hue angle of 38.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBA01C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 28 -
CMYK 0 0.32 0.88 0.08
HSL 38.26º 0.84% 0.52% -
HSV(B) 38.26º 0.88% 0.92% -
XYZ 47.04 42.89 6.9 -
YUV 167.38 49.35 176.23 -
System Red Green Blue C M Y K H S L
Decimal 235 160 28 0 0.32 0.88 0.08 38.26 0.84 0.52
Hex EB A0 1C 0 20 58 8 26 54 34
Octal 353 240 34 0 40 130 10 46 124 64
Binary 11101011 10100000 11100 0 100000 1011000 1000 100110 1010100 110100

Color Harmonies of #EBA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA01C

Black with #EBA01C

Text Example


Text Example

White with #EBA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA01C; }

 p { color: rgb(235,160,28); }

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

background-color css

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

 a { background-color: rgb(235,160,28); }

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

border-color css

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

 span { border-color: rgb(235,160,28); }

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