Html Css Color HEX #FFE975 Sweet Corn

📋 copy color: '#FFE975'

red 255 ◦ green 233 ◦ blue 117

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

Shades of Sweet Corn #FFE975

Tints of Sweet Corn #FFE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.51%

 BLUE value IS 117 (46.09% from 255) = 19.34%

R = 42.15%
G = 38.51%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFE975 (or 0xFFE975) is known color: Sweet Corn. HEX triplet: FF, E9 and 75. RGB value is (255,233,117). Sum of RGB (Red+Green+Blue) = 255+233+117=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 117 (46.09% from 255 or 19.34% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE975 is #00168A. Grayscale: #E2E2E2. Windows color (decimal): -5771 or 7727615. OLE color: 7727615.

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

Color convert

RGB 255 233 117 -
CMYK 0 0.09 0.54 0
HSL 50.43º 1% 0.73% -
HSV(B) 50.43º 0.54% 1% -
XYZ 73.59 80.82 28.55 -
YUV 226.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 255 233 117 0 0.09 0.54 0 50.43 1 0.73
Hex FF E9 75 0 9 36 0 32 64 49
Octal 377 351 165 0 11 66 0 62 144 111
Binary 11111111 11101001 1110101 0 1001 110110 0 110010 1100100 1001001

Color Harmonies of #FFE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE975

Black with #FFE975

Text Example


Text Example

White with #FFE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE975; }

 p { color: rgb(255,233,117); }

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

background-color css

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

 a { background-color: rgb(255,233,117); }

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

border-color css

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

 span { border-color: rgb(255,233,117); }

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