Html Css Color HEX #EBA21B Gamboge

📋 copy color: '#EBA21B'

red 235 ◦ green 162 ◦ blue 27

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

Shades of Gamboge #EBA21B

Tints of Gamboge #EBA21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.37%

R = 55.42%
G = 38.21%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBA21B (or 0xEBA21B) is known color: Gamboge. HEX triplet: EB, A2 and 1B. RGB value is (235,162,27). Sum of RGB (Red+Green+Blue) = 235+162+27=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA21B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA21B is #145DE4. Grayscale: #A9A9A9. Windows color (decimal): -1334757 or 1811179. OLE color: 1811179.

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

Color convert

RGB 235 162 27 -
CMYK 0 0.31 0.89 0.08
HSL 38.94º 0.84% 0.51% -
HSV(B) 38.94º 0.89% 0.92% -
XYZ 47.38 43.58 6.95 -
YUV 168.44 48.18 175.48 -
System Red Green Blue C M Y K H S L
Decimal 235 162 27 0 0.31 0.89 0.08 38.94 0.84 0.51
Hex EB A2 1B 0 1F 59 8 27 54 33
Octal 353 242 33 0 37 131 10 47 124 63
Binary 11101011 10100010 11011 0 11111 1011001 1000 100111 1010100 110011

Color Harmonies of #EBA21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA21B

Black with #EBA21B

Text Example


Text Example

White with #EBA21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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