Html Css Color HEX #FFE85F Corn

📋 copy color: '#FFE85F'

red 255 ◦ green 232 ◦ blue 95

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

Shades of Corn #FFE85F

Tints of Corn #FFE85F

RGB

 RED value IS 255 (100% from 255) = 43.81%

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

 BLUE value IS 95 (37.5% from 255) = 16.32%

R = 43.81%
G = 39.86%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFE85F (or 0xFFE85F) is known color: Corn. HEX triplet: FF, E8 and 5F. RGB value is (255,232,95). Sum of RGB (Red+Green+Blue) = 255+232+95=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 95 (37.5% from 255 or 16.32% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE85F is #0017A0. Grayscale: #DFDFDF. Windows color (decimal): -6049 or 6285567. OLE color: 6285567.

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

Color convert

RGB 255 232 95 -
CMYK 0 0.09 0.63 0
HSL 51.38º 1% 0.69% -
HSV(B) 51.38º 0.63% 1% -
XYZ 72.16 79.8 22.43 -
YUV 223.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 255 232 95 0 0.09 0.63 0 51.38 1 0.69
Hex FF E8 5F 0 9 3F 0 33 64 45
Octal 377 350 137 0 11 77 0 63 144 105
Binary 11111111 11101000 1011111 0 1001 111111 0 110011 1100100 1000101

Color Harmonies of #FFE85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE85F

Black with #FFE85F

Text Example


Text Example

White with #FFE85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE85F; }

 p { color: rgb(255,232,95); }

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

background-color css

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

 a { background-color: rgb(255,232,95); }

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

border-color css

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

 span { border-color: rgb(255,232,95); }

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