Html Css Color HEX #FEEF5D Corn

📋 copy color: '#FEEF5D'

red 254 ◦ green 239 ◦ blue 93

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

Shades of Corn #FEEF5D

Tints of Corn #FEEF5D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.78%

 BLUE value IS 93 (36.72% from 255) = 15.87%

R = 43.34%
G = 40.78%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEEF5D (or 0xFEEF5D) is known color: Corn. HEX triplet: FE, EF and 5D. RGB value is (254,239,93). Sum of RGB (Red+Green+Blue) = 254+239+93=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 93 (36.72% from 255 or 15.87% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF5D is #0110A2. Grayscale: #E3E3E3. Windows color (decimal): -69795 or 6156286. OLE color: 6156286.

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

Color convert

RGB 254 239 93 -
CMYK 0 0.06 0.63 0.00
HSL 54.41º 0.99% 0.68% -
HSV(B) 54.41º 0.63% 1% -
XYZ 73.72 83.59 22.61 -
YUV 226.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 254 239 93 0 0.06 0.63 0.00 54.41 0.99 0.68
Hex FE EF 5D 0 6 3F 0 36 63 44
Octal 376 357 135 0 6 77 0 66 143 104
Binary 11111110 11101111 1011101 0 110 111111 0 110110 1100011 1000100

Color Harmonies of #FEEF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF5D

Black with #FEEF5D

Text Example


Text Example

White with #FEEF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF5D; }

 p { color: rgb(254,239,93); }

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

background-color css

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

 a { background-color: rgb(254,239,93); }

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

border-color css

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

 span { border-color: rgb(254,239,93); }

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