Html Css Color HEX #EBAF00 Selective Yellow

📋 copy color: '#EBAF00'

red 235 ◦ green 175 ◦ blue 0

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

Shades of Selective Yellow #EBAF00

Tints of Selective Yellow #EBAF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.32%
G = 42.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBAF00 (or 0xEBAF00) is known color: Selective Yellow. HEX triplet: EB, AF and 00. RGB value is (235,175,0). Sum of RGB (Red+Green+Blue) = 235+175+0=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAF00 is #1450FF. Grayscale: #ADADAD. Windows color (decimal): -1331456 or 45035. OLE color: 45035.

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

Color convert

RGB 235 175 0 -
CMYK 0 0.26 1 0.08
HSL 44.68º 1% 0.46% -
HSV(B) 44.68º 1% 0.92% -
XYZ 49.59 48.32 6.71 -
YUV 172.99 30.38 172.23 -
System Red Green Blue C M Y K H S L
Decimal 235 175 0 0 0.26 1 0.08 44.68 1 0.46
Hex EB AF 0 0 1A 64 8 2D 64 2E
Octal 353 257 0 0 32 144 10 55 144 56
Binary 11101011 10101111 0 0 11010 1100100 1000 101101 1100100 101110

Color Harmonies of #EBAF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF00

Black with #EBAF00

Text Example


Text Example

White with #EBAF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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