Html Css Color HEX #FFE760 Corn

📋 copy color: '#FFE760'

red 255 ◦ green 231 ◦ blue 96

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

Shades of Corn #FFE760

Tints of Corn #FFE760

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.69%

 BLUE value IS 96 (37.89% from 255) = 16.49%

R = 43.81%
G = 39.69%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFE760 (or 0xFFE760) is known color: Corn. HEX triplet: FF, E7 and 60. RGB value is (255,231,96). Sum of RGB (Red+Green+Blue) = 255+231+96=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 96 (37.89% from 255 or 16.49% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE760 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE760 is #00189F. Grayscale: #DFDFDF. Windows color (decimal): -6304 or 6350847. OLE color: 6350847.

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

Color convert

RGB 255 231 96 -
CMYK 0 0.09 0.62 0
HSL 50.94º 1% 0.69% -
HSV(B) 50.94º 0.62% 1% -
XYZ 71.93 79.26 22.57 -
YUV 222.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 255 231 96 0 0.09 0.62 0 50.94 1 0.69
Hex FF E7 60 0 9 3E 0 33 64 45
Octal 377 347 140 0 11 76 0 63 144 105
Binary 11111111 11100111 1100000 0 1001 111110 0 110011 1100100 1000101

Color Harmonies of #FFE760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE760

Black with #FFE760

Text Example


Text Example

White with #FFE760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE760; }

 p { color: rgb(255,231,96); }

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

background-color css

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

 a { background-color: rgb(255,231,96); }

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

border-color css

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

 span { border-color: rgb(255,231,96); }

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