Html Css Color HEX #FFE560 Corn

📋 copy color: '#FFE560'

red 255 ◦ green 229 ◦ blue 96

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

Shades of Corn #FFE560

Tints of Corn #FFE560

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.48%

 BLUE value IS 96 (37.89% from 255) = 16.55%

R = 43.97%
G = 39.48%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFE560 (or 0xFFE560) is known color: Corn. HEX triplet: FF, E5 and 60. RGB value is (255,229,96). Sum of RGB (Red+Green+Blue) = 255+229+96=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 96 (37.89% from 255 or 16.55% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE560 is #001A9F. Grayscale: #DEDEDE. Windows color (decimal): -6816 or 6350335. OLE color: 6350335.

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

Color convert

RGB 255 229 96 -
CMYK 0 0.10 0.62 0
HSL 50.19º 1% 0.69% -
HSV(B) 50.19º 0.62% 1% -
XYZ 71.37 78.14 22.39 -
YUV 221.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 255 229 96 0 0.10 0.62 0 50.19 1 0.69
Hex FF E5 60 0 A 3E 0 32 64 45
Octal 377 345 140 0 12 76 0 62 144 105
Binary 11111111 11100101 1100000 0 1010 111110 0 110010 1100100 1000101

Color Harmonies of #FFE560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE560

Black with #FFE560

Text Example


Text Example

White with #FFE560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE560; }

 p { color: rgb(255,229,96); }

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

background-color css

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

 a { background-color: rgb(255,229,96); }

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

border-color css

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

 span { border-color: rgb(255,229,96); }

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