Html Css Color HEX #EBA21D Gamboge

📋 copy color: '#EBA21D'

red 235 ◦ green 162 ◦ blue 29

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

Shades of Gamboge #EBA21D

Tints of Gamboge #EBA21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

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

R = 55.16%
G = 38.03%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBA21D (or 0xEBA21D) is known color: Gamboge. HEX triplet: EB, A2 and 1D. RGB value is (235,162,29). Sum of RGB (Red+Green+Blue) = 235+162+29=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA21D is #145DE2. Grayscale: #A9A9A9. Windows color (decimal): -1334755 or 1942251. OLE color: 1942251.

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

Color convert

RGB 235 162 29 -
CMYK 0 0.31 0.88 0.08
HSL 38.74º 0.84% 0.52% -
HSV(B) 38.74º 0.88% 0.92% -
XYZ 47.4 43.59 7.08 -
YUV 168.67 49.18 175.31 -
System Red Green Blue C M Y K H S L
Decimal 235 162 29 0 0.31 0.88 0.08 38.74 0.84 0.52
Hex EB A2 1D 0 1F 58 8 27 54 34
Octal 353 242 35 0 37 130 10 47 124 64
Binary 11101011 10100010 11101 0 11111 1011000 1000 100111 1010100 110100

Color Harmonies of #EBA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA21D

Black with #EBA21D

Text Example


Text Example

White with #EBA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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