Html Css Color HEX #EBAF01 Selective Yellow

📋 copy color: '#EBAF01'

red 235 ◦ green 175 ◦ blue 1

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

Shades of Selective Yellow #EBAF01

Tints of Selective Yellow #EBAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 57.18%
G = 42.58%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBAF01 (or 0xEBAF01) is known color: Selective Yellow. HEX triplet: EB, AF and 01. RGB value is (235,175,1). Sum of RGB (Red+Green+Blue) = 235+175+1=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAF01 is #1450FE. Grayscale: #ADADAD. Windows color (decimal): -1331455 or 110571. OLE color: 110571.

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

Color convert

RGB 235 175 1 -
CMYK 0 0.26 1.00 0.08
HSL 44.62º 0.99% 0.46% -
HSV(B) 44.62º 1% 0.92% -
XYZ 49.6 48.32 6.74 -
YUV 173.1 30.88 172.15 -
System Red Green Blue C M Y K H S L
Decimal 235 175 1 0 0.26 1.00 0.08 44.62 0.99 0.46
Hex EB AF 1 0 1A 64 8 2D 63 2E
Octal 353 257 1 0 32 144 10 55 143 56
Binary 11101011 10101111 1 0 11010 1100100 1000 101101 1100011 101110

Color Harmonies of #EBAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF01

Black with #EBAF01

Text Example


Text Example

White with #EBAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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