Html Css Color HEX #EBAF03 Selective Yellow

📋 copy color: '#EBAF03'

red 235 ◦ green 175 ◦ blue 3

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

Shades of Selective Yellow #EBAF03

Tints of Selective Yellow #EBAF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 56.9%
G = 42.37%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBAF03 (or 0xEBAF03) is known color: Selective Yellow. HEX triplet: EB, AF and 03. RGB value is (235,175,3). Sum of RGB (Red+Green+Blue) = 235+175+3=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAF03 is #1450FC. Grayscale: #AEAEAE. Windows color (decimal): -1331453 or 241643. OLE color: 241643.

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

Color convert

RGB 235 175 3 -
CMYK 0 0.26 0.99 0.08
HSL 44.48º 0.97% 0.47% -
HSV(B) 44.48º 0.99% 0.92% -
XYZ 49.61 48.33 6.8 -
YUV 173.33 31.88 171.99 -
System Red Green Blue C M Y K H S L
Decimal 235 175 3 0 0.26 0.99 0.08 44.48 0.97 0.47
Hex EB AF 3 0 1A 63 8 2C 61 2F
Octal 353 257 3 0 32 143 10 54 141 57
Binary 11101011 10101111 11 0 11010 1100011 1000 101100 1100001 101111

Color Harmonies of #EBAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF03

Black with #EBAF03

Text Example


Text Example

White with #EBAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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