Html Css Color HEX #FEE685 Sweet Corn

📋 copy color: '#FEE685'

red 254 ◦ green 230 ◦ blue 133

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

Shades of Sweet Corn #FEE685

Tints of Sweet Corn #FEE685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.56%

R = 41.17%
G = 37.28%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEE685 (or 0xFEE685) is known color: Sweet Corn. HEX triplet: FE, E6 and 85. RGB value is (254,230,133). Sum of RGB (Red+Green+Blue) = 254+230+133=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE685 is #01197A. Grayscale: #E2E2E2. Windows color (decimal): -72059 or 8775422. OLE color: 8775422.

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

Color convert

RGB 254 230 133 -
CMYK 0 0.09 0.48 0.00
HSL 48.1º 0.98% 0.76% -
HSV(B) 48.1º 0.48% 1% -
XYZ 73.4 79.36 33.64 -
YUV 226.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 254 230 133 0 0.09 0.48 0.00 48.1 0.98 0.76
Hex FE E6 85 0 9 30 0 30 62 4C
Octal 376 346 205 0 11 60 0 60 142 114
Binary 11111110 11100110 10000101 0 1001 110000 0 110000 1100010 1001100

Color Harmonies of #FEE685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE685

Black with #FEE685

Text Example


Text Example

White with #FEE685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE685; }

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

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

background-color css

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

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

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

border-color css

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

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

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