Html Css Color HEX #EBA01D Gamboge

📋 copy color: '#EBA01D'

red 235 ◦ green 160 ◦ blue 29

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

Shades of Gamboge #EBA01D

Tints of Gamboge #EBA01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.84%

R = 55.42%
G = 37.74%
B = 6.84%

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

#EBA01D (or 0xEBA01D) is known color: Gamboge. HEX triplet: EB, A0 and 1D. RGB value is (235,160,29). Sum of RGB (Red+Green+Blue) = 235+160+29=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA01D is #145FE2. Grayscale: #A8A8A8. Windows color (decimal): -1335267 or 1941739. OLE color: 1941739.

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

Color convert

RGB 235 160 29 -
CMYK 0 0.32 0.88 0.08
HSL 38.16º 0.84% 0.52% -
HSV(B) 38.16º 0.88% 0.92% -
XYZ 47.05 42.89 6.96 -
YUV 167.49 49.85 176.15 -
System Red Green Blue C M Y K H S L
Decimal 235 160 29 0 0.32 0.88 0.08 38.16 0.84 0.52
Hex EB A0 1D 0 20 58 8 26 54 34
Octal 353 240 35 0 40 130 10 46 124 64
Binary 11101011 10100000 11101 0 100000 1011000 1000 100110 1010100 110100

Color Harmonies of #EBA01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA01D

Black with #EBA01D

Text Example


Text Example

White with #EBA01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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