Html Css Color HEX #FFE700 Golden Yellow

📋 copy color: '#FFE700'

red 255 ◦ green 231 ◦ blue 0

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

Shades of Golden Yellow #FFE700

Tints of Golden Yellow #FFE700

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.53%

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

R = 52.47%
G = 47.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFE700 (or 0xFFE700) is known color: Golden Yellow. HEX triplet: FF, E7 and 00. RGB value is (255,231,0). Sum of RGB (Red+Green+Blue) = 255+231+0=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 0 (0.39% from 255 or 0% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE700 is #0018FF. Grayscale: #D4D4D4. Windows color (decimal): -6400 or 59391. OLE color: 59391.

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

Color convert

RGB 255 231 0 -
CMYK 0 0.09 1 0
HSL 54.35º 1% 0.5% -
HSV(B) 54.35º 1% 1% -
XYZ 69.82 78.41 11.46 -
YUV 211.84 8.45 158.78 -
System Red Green Blue C M Y K H S L
Decimal 255 231 0 0 0.09 1 0 54.35 1 0.5
Hex FF E7 0 0 9 64 0 36 64 32
Octal 377 347 0 0 11 144 0 66 144 62
Binary 11111111 11100111 0 0 1001 1100100 0 110110 1100100 110010

Color Harmonies of #FFE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE700

Black with #FFE700

Text Example


Text Example

White with #FFE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE700; }

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

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

background-color css

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

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

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

border-color css

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

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

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