Html Css Color HEX #FEE675 Sweet Corn

📋 copy color: '#FEE675'

red 254 ◦ green 230 ◦ blue 117

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

Shades of Sweet Corn #FEE675

Tints of Sweet Corn #FEE675

RGB

 RED value IS 254 (99.61% from 255) = 42.26%

 GREEN value IS 230 (90.23% from 255) = 38.27%

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

R = 42.26%
G = 38.27%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEE675 (or 0xFEE675) is known color: Sweet Corn. HEX triplet: FE, E6 and 75. RGB value is (254,230,117). Sum of RGB (Red+Green+Blue) = 254+230+117=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 117 (46.09% from 255 or 19.47% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE675 is #01198A. Grayscale: #E0E0E0. Windows color (decimal): -72075 or 7726846. OLE color: 7726846.

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

Color convert

RGB 254 230 117 -
CMYK 0 0.09 0.54 0.00
HSL 49.49º 0.99% 0.73% -
HSV(B) 49.49º 0.54% 1% -
XYZ 72.38 78.95 28.25 -
YUV 224.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 254 230 117 0 0.09 0.54 0.00 49.49 0.99 0.73
Hex FE E6 75 0 9 36 0 31 63 49
Octal 376 346 165 0 11 66 0 61 143 111
Binary 11111110 11100110 1110101 0 1001 110110 0 110001 1100011 1001001

Color Harmonies of #FEE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE675

Black with #FEE675

Text Example


Text Example

White with #FEE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE675; }

 p { color: rgb(254,230,117); }

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

background-color css

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

 a { background-color: rgb(254,230,117); }

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

border-color css

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

 span { border-color: rgb(254,230,117); }

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