Html Css Color HEX #EBB201 Selective Yellow

📋 copy color: '#EBB201'

red 235 ◦ green 178 ◦ blue 1

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

Shades of Selective Yellow #EBB201

Tints of Selective Yellow #EBB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 56.76%
G = 43%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBB201 (or 0xEBB201) is known color: Selective Yellow. HEX triplet: EB, B2 and 01. RGB value is (235,178,1). Sum of RGB (Red+Green+Blue) = 235+178+1=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBB201 is #144DFE. Grayscale: #AFAFAF. Windows color (decimal): -1330687 or 111339. OLE color: 111339.

HSL color Cylindrical-coordinate representation of color #EBB201: hue angle of 45.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBB201 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 178 1 -
CMYK 0 0.24 1.00 0.08
HSL 45.38º 0.99% 0.46% -
HSV(B) 45.38º 1% 0.92% -
XYZ 50.19 49.51 6.94 -
YUV 174.87 29.88 170.89 -
System Red Green Blue C M Y K H S L
Decimal 235 178 1 0 0.24 1.00 0.08 45.38 0.99 0.46
Hex EB B2 1 0 18 64 8 2D 63 2E
Octal 353 262 1 0 30 144 10 55 143 56
Binary 11101011 10110010 1 0 11000 1100100 1000 101101 1100011 101110

Color Harmonies of #EBB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB201

Black with #EBB201

Text Example


Text Example

White with #EBB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB201; }

 p { color: rgb(235,178,1); }

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

background-color css

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

 a { background-color: rgb(235,178,1); }

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

border-color css

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

 span { border-color: rgb(235,178,1); }

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