Html Css Color HEX #FFE65A Corn

📋 copy color: '#FFE65A'

red 255 ◦ green 230 ◦ blue 90

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

Shades of Corn #FFE65A

Tints of Corn #FFE65A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40%

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

R = 44.35%
G = 40%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFE65A (or 0xFFE65A) is known color: Corn. HEX triplet: FF, E6 and 5A. RGB value is (255,230,90). Sum of RGB (Red+Green+Blue) = 255+230+90=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 90 (35.55% from 255 or 15.65% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE65A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE65A is #0019A5. Grayscale: #DEDEDE. Windows color (decimal): -6566 or 5957375. OLE color: 5957375.

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

Color convert

RGB 255 230 90 -
CMYK 0 0.10 0.65 0
HSL 50.91º 1% 0.68% -
HSV(B) 50.91º 0.65% 1% -
XYZ 71.38 78.59 21.08 -
YUV 221.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 255 230 90 0 0.10 0.65 0 50.91 1 0.68
Hex FF E6 5A 0 A 41 0 33 64 44
Octal 377 346 132 0 12 101 0 63 144 104
Binary 11111111 11100110 1011010 0 1010 1000001 0 110011 1100100 1000100

Color Harmonies of #FFE65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE65A

Black with #FFE65A

Text Example


Text Example

White with #FFE65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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