Html Css Color HEX #EBA51C Gamboge

📋 copy color: '#EBA51C'

red 235 ◦ green 165 ◦ blue 28

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

Shades of Gamboge #EBA51C

Tints of Gamboge #EBA51C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.55%

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

R = 54.91%
G = 38.55%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBA51C (or 0xEBA51C) is known color: Gamboge. HEX triplet: EB, A5 and 1C. RGB value is (235,165,28). Sum of RGB (Red+Green+Blue) = 235+165+28=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA51C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA51C is #145AE3. Grayscale: #AAAAAA. Windows color (decimal): -1333988 or 1877483. OLE color: 1877483.

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

Color convert

RGB 235 165 28 -
CMYK 0 0.30 0.88 0.08
HSL 39.71º 0.84% 0.52% -
HSV(B) 39.71º 0.88% 0.92% -
XYZ 47.93 44.66 7.19 -
YUV 170.31 47.69 174.14 -
System Red Green Blue C M Y K H S L
Decimal 235 165 28 0 0.30 0.88 0.08 39.71 0.84 0.52
Hex EB A5 1C 0 1E 58 8 28 54 34
Octal 353 245 34 0 36 130 10 50 124 64
Binary 11101011 10100101 11100 0 11110 1011000 1000 101000 1010100 110100

Color Harmonies of #EBA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA51C

Black with #EBA51C

Text Example


Text Example

White with #EBA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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