Html Css Color HEX #FFEB02 Golden Yellow

📋 copy color: '#FFEB02'

red 255 ◦ green 235 ◦ blue 2

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

Shades of Golden Yellow #FFEB02

Tints of Golden Yellow #FFEB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 51.83%
G = 47.76%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFEB02 (or 0xFFEB02) is known color: Golden Yellow. HEX triplet: FF, EB and 02. RGB value is (255,235,2). Sum of RGB (Red+Green+Blue) = 255+235+2=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 2 (1.17% from 255 or 0.41% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB02 is #0014FD. Grayscale: #D7D7D7. Windows color (decimal): -5374 or 191487. OLE color: 191487.

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

Color convert

RGB 255 235 2 -
CMYK 0 0.08 0.99 0
HSL 55.26º 1% 0.5% -
HSV(B) 55.26º 0.99% 1% -
XYZ 70.96 80.68 11.89 -
YUV 214.42 8.13 156.95 -
System Red Green Blue C M Y K H S L
Decimal 255 235 2 0 0.08 0.99 0 55.26 1 0.5
Hex FF EB 2 0 8 63 0 37 64 32
Octal 377 353 2 0 10 143 0 67 144 62
Binary 11111111 11101011 10 0 1000 1100011 0 110111 1100100 110010

Color Harmonies of #FFEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB02

Black with #FFEB02

Text Example


Text Example

White with #FFEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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