Html Css Color HEX #FFEA5D Corn

📋 copy color: '#FFEA5D'

red 255 ◦ green 234 ◦ blue 93

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

Shades of Corn #FFEA5D

Tints of Corn #FFEA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.98%

R = 43.81%
G = 40.21%
B = 15.98%

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

#FFEA5D (or 0xFFEA5D) is known color: Corn. HEX triplet: FF, EA and 5D. RGB value is (255,234,93). Sum of RGB (Red+Green+Blue) = 255+234+93=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 93 (36.72% from 255 or 15.98% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA5D is #0015A2. Grayscale: #E0E0E0. Windows color (decimal): -5539 or 6155007. OLE color: 6155007.

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

Color convert

RGB 255 234 93 -
CMYK 0 0.08 0.64 0
HSL 52.22º 1% 0.68% -
HSV(B) 52.22º 0.64% 1% -
XYZ 72.64 80.9 22.14 -
YUV 224.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 255 234 93 0 0.08 0.64 0 52.22 1 0.68
Hex FF EA 5D 0 8 40 0 34 64 44
Octal 377 352 135 0 10 100 0 64 144 104
Binary 11111111 11101010 1011101 0 1000 1000000 0 110100 1100100 1000100

Color Harmonies of #FFEA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA5D

Black with #FFEA5D

Text Example


Text Example

White with #FFEA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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