Html Css Color HEX #FFEB01 Golden Yellow

📋 copy color: '#FFEB01'

red 255 ◦ green 235 ◦ blue 1

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

Shades of Golden Yellow #FFEB01

Tints of Golden Yellow #FFEB01

RGB

 RED value IS 255 (100% from 255) = 51.93%

 GREEN value IS 235 (92.19% from 255) = 47.86%

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

R = 51.93%
G = 47.86%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFEB01 (or 0xFFEB01) is known color: Golden Yellow. HEX triplet: FF, EB and 01. RGB value is (255,235,1). Sum of RGB (Red+Green+Blue) = 255+235+1=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 1 (0.78% from 255 or 0.20% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB01 is #0014FE. Grayscale: #D7D7D7. Windows color (decimal): -5375 or 125951. OLE color: 125951.

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

Color convert

RGB 255 235 1 -
CMYK 0 0.08 1.00 0
HSL 55.28º 1% 0.5% -
HSV(B) 55.28º 1% 1% -
XYZ 70.95 80.68 11.86 -
YUV 214.3 7.63 157.03 -
System Red Green Blue C M Y K H S L
Decimal 255 235 1 0 0.08 1.00 0 55.28 1 0.5
Hex FF EB 1 0 8 64 0 37 64 32
Octal 377 353 1 0 10 144 0 67 144 62
Binary 11111111 11101011 1 0 1000 1100100 0 110111 1100100 110010

Color Harmonies of #FFEB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB01

Black with #FFEB01

Text Example


Text Example

White with #FFEB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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