Html Css Color HEX #FFEA64 Corn

📋 copy color: '#FFEA64'

red 255 ◦ green 234 ◦ blue 100

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

Shades of Corn #FFEA64

Tints of Corn #FFEA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.98%

R = 43.29%
G = 39.73%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFEA64 (or 0xFFEA64) is known color: Corn. HEX triplet: FF, EA and 64. RGB value is (255,234,100). Sum of RGB (Red+Green+Blue) = 255+234+100=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 100 (39.45% from 255 or 16.98% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA64 is #00159B. Grayscale: #E1E1E1. Windows color (decimal): -5532 or 6613759. OLE color: 6613759.

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

Color convert

RGB 255 234 100 -
CMYK 0 0.08 0.61 0
HSL 51.87º 1% 0.7% -
HSV(B) 51.87º 0.61% 1% -
XYZ 72.96 81.03 23.85 -
YUV 225 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 255 234 100 0 0.08 0.61 0 51.87 1 0.7
Hex FF EA 64 0 8 3D 0 34 64 46
Octal 377 352 144 0 10 75 0 64 144 106
Binary 11111111 11101010 1100100 0 1000 111101 0 110100 1100100 1000110

Color Harmonies of #FFEA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA64

Black with #FFEA64

Text Example


Text Example

White with #FFEA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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