Html Css Color HEX #FFEB00 Golden Yellow

📋 copy color: '#FFEB00'

red 255 ◦ green 235 ◦ blue 0

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

Shades of Golden Yellow #FFEB00

Tints of Golden Yellow #FFEB00

RGB

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

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

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

R = 52.04%
G = 47.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFEB00 (or 0xFFEB00) is known color: Golden Yellow. HEX triplet: FF, EB and 00. RGB value is (255,235,0). Sum of RGB (Red+Green+Blue) = 255+235+0=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 0 (0.39% from 255 or 0% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB00 is #0014FF. Grayscale: #D7D7D7. Windows color (decimal): -5376 or 60415. OLE color: 60415.

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

Color convert

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

Color Harmonies of #FFEB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB00

Black with #FFEB00

Text Example


Text Example

White with #FFEB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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