Html Css Color HEX #FEE85B Corn

📋 copy color: '#FEE85B'

red 254 ◦ green 232 ◦ blue 91

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

Shades of Corn #FEE85B

Tints of Corn #FEE85B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.21%

 BLUE value IS 91 (35.94% from 255) = 15.77%

R = 44.02%
G = 40.21%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEE85B (or 0xFEE85B) is known color: Corn. HEX triplet: FE, E8 and 5B. RGB value is (254,232,91). Sum of RGB (Red+Green+Blue) = 254+232+91=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 91 (35.94% from 255 or 15.77% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE85B is #0117A4. Grayscale: #DFDFDF. Windows color (decimal): -71589 or 6023422. OLE color: 6023422.

HSL color Cylindrical-coordinate representation of color #FEE85B: hue angle of 51.9º 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 #FEE85B is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 232 91 -
CMYK 0 0.09 0.64 0.00
HSL 51.9º 0.99% 0.68% -
HSV(B) 51.9º 0.64% 1% -
XYZ 71.62 79.54 21.48 -
YUV 222.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 254 232 91 0 0.09 0.64 0.00 51.9 0.99 0.68
Hex FE E8 5B 0 9 40 0 34 63 44
Octal 376 350 133 0 11 100 0 64 143 104
Binary 11111110 11101000 1011011 0 1001 1000000 0 110100 1100011 1000100

Color Harmonies of #FEE85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE85B

Black with #FEE85B

Text Example


Text Example

White with #FEE85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE85B; }

 p { color: rgb(254,232,91); }

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

background-color css

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

 a { background-color: rgb(254,232,91); }

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

border-color css

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

 span { border-color: rgb(254,232,91); }

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