Html Css Color HEX #FEE95C Corn

📋 copy color: '#FEE95C'

red 254 ◦ green 233 ◦ blue 92

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

Shades of Corn #FEE95C

Tints of Corn #FEE95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 15.89%

R = 43.87%
G = 40.24%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEE95C (or 0xFEE95C) is known color: Corn. HEX triplet: FE, E9 and 5C. RGB value is (254,233,92). Sum of RGB (Red+Green+Blue) = 254+233+92=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 92 (36.33% from 255 or 15.89% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE95C is #0116A3. Grayscale: #DFDFDF. Windows color (decimal): -71332 or 6089214. OLE color: 6089214.

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

Color convert

RGB 254 233 92 -
CMYK 0 0.08 0.64 0.00
HSL 52.22º 0.99% 0.68% -
HSV(B) 52.22º 0.64% 1% -
XYZ 71.94 80.12 21.8 -
YUV 223.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 254 233 92 0 0.08 0.64 0.00 52.22 0.99 0.68
Hex FE E9 5C 0 8 40 0 34 63 44
Octal 376 351 134 0 10 100 0 64 143 104
Binary 11111110 11101001 1011100 0 1000 1000000 0 110100 1100011 1000100

Color Harmonies of #FEE95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE95C

Black with #FEE95C

Text Example


Text Example

White with #FEE95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE95C; }

 p { color: rgb(254,233,92); }

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

background-color css

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

 a { background-color: rgb(254,233,92); }

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

border-color css

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

 span { border-color: rgb(254,233,92); }

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