Html Css Color HEX #FFEC5E Corn

📋 copy color: '#FFEC5E'

red 255 ◦ green 236 ◦ blue 94

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

Shades of Corn #FFEC5E

Tints of Corn #FFEC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.07%

R = 43.59%
G = 40.34%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFEC5E (or 0xFFEC5E) is known color: Corn. HEX triplet: FF, EC and 5E. RGB value is (255,236,94). Sum of RGB (Red+Green+Blue) = 255+236+94=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 94 (37.11% from 255 or 16.07% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC5E is #0013A1. Grayscale: #E2E2E2. Windows color (decimal): -5026 or 6221055. OLE color: 6221055.

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

Color convert

RGB 255 236 94 -
CMYK 0 0.07 0.63 0
HSL 52.92º 1% 0.68% -
HSV(B) 52.92º 0.63% 1% -
XYZ 73.26 82.06 22.57 -
YUV 225.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 255 236 94 0 0.07 0.63 0 52.92 1 0.68
Hex FF EC 5E 0 7 3F 0 35 64 44
Octal 377 354 136 0 7 77 0 65 144 104
Binary 11111111 11101100 1011110 0 111 111111 0 110101 1100100 1000100

Color Harmonies of #FFEC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC5E

Black with #FFEC5E

Text Example


Text Example

White with #FFEC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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