Html Css Color HEX #FFEC60 Corn

📋 copy color: '#FFEC60'

red 255 ◦ green 236 ◦ blue 96

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

Shades of Corn #FFEC60

Tints of Corn #FFEC60

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.2%

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

R = 43.44%
G = 40.2%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFEC60 (or 0xFFEC60) is known color: Corn. HEX triplet: FF, EC and 60. RGB value is (255,236,96). Sum of RGB (Red+Green+Blue) = 255+236+96=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 96 (37.89% from 255 or 16.35% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC60 is #00139F. Grayscale: #E2E2E2. Windows color (decimal): -5024 or 6352127. OLE color: 6352127.

HSL color Cylindrical-coordinate representation of color #FFEC60: hue angle of 52.83º 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 #FFEC60 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 236 96 -
CMYK 0 0.07 0.62 0
HSL 52.83º 1% 0.69% -
HSV(B) 52.83º 0.62% 1% -
XYZ 73.35 82.1 23.05 -
YUV 225.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 255 236 96 0 0.07 0.62 0 52.83 1 0.69
Hex FF EC 60 0 7 3E 0 35 64 45
Octal 377 354 140 0 7 76 0 65 144 105
Binary 11111111 11101100 1100000 0 111 111110 0 110101 1100100 1000101

Color Harmonies of #FFEC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC60

Black with #FFEC60

Text Example


Text Example

White with #FFEC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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