Html Css Color HEX #FFEA5C Corn

📋 copy color: '#FFEA5C'

red 255 ◦ green 234 ◦ blue 92

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

Shades of Corn #FFEA5C

Tints of Corn #FFEA5C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.28%

 BLUE value IS 92 (36.33% from 255) = 15.83%

R = 43.89%
G = 40.28%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFEA5C (or 0xFFEA5C) is known color: Corn. HEX triplet: FF, EA and 5C. RGB value is (255,234,92). Sum of RGB (Red+Green+Blue) = 255+234+92=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 92 (36.33% from 255 or 15.83% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA5C is #0015A3. Grayscale: #E0E0E0. Windows color (decimal): -5540 or 6089471. OLE color: 6089471.

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

Color convert

RGB 255 234 92 -
CMYK 0 0.08 0.64 0
HSL 52.27º 1% 0.68% -
HSV(B) 52.27º 0.64% 1% -
XYZ 72.59 80.88 21.91 -
YUV 224.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 255 234 92 0 0.08 0.64 0 52.27 1 0.68
Hex FF EA 5C 0 8 40 0 34 64 44
Octal 377 352 134 0 10 100 0 64 144 104
Binary 11111111 11101010 1011100 0 1000 1000000 0 110100 1100100 1000100

Color Harmonies of #FFEA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA5C

Black with #FFEA5C

Text Example


Text Example

White with #FFEA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA5C; }

 p { color: rgb(255,234,92); }

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

background-color css

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

 a { background-color: rgb(255,234,92); }

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

border-color css

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

 span { border-color: rgb(255,234,92); }

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