Html Css Color HEX #FFEC5A Corn

📋 copy color: '#FFEC5A'

red 255 ◦ green 236 ◦ blue 90

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

Shades of Corn #FFEC5A

Tints of Corn #FFEC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.49%

R = 43.89%
G = 40.62%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFEC5A (or 0xFFEC5A) is known color: Corn. HEX triplet: FF, EC and 5A. RGB value is (255,236,90). Sum of RGB (Red+Green+Blue) = 255+236+90=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 90 (35.55% from 255 or 15.49% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC5A is #0013A5. Grayscale: #E1E1E1. Windows color (decimal): -5030 or 5958911. OLE color: 5958911.

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

Color convert

RGB 255 236 90 -
CMYK 0 0.07 0.65 0
HSL 53.09º 1% 0.68% -
HSV(B) 53.09º 0.65% 1% -
XYZ 73.08 81.99 21.65 -
YUV 225.04 51.79 149.37 -
System Red Green Blue C M Y K H S L
Decimal 255 236 90 0 0.07 0.65 0 53.09 1 0.68
Hex FF EC 5A 0 7 41 0 35 64 44
Octal 377 354 132 0 7 101 0 65 144 104
Binary 11111111 11101100 1011010 0 111 1000001 0 110101 1100100 1000100

Color Harmonies of #FFEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC5A

Black with #FFEC5A

Text Example


Text Example

White with #FFEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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