Html Css Color HEX #FFE770 Sweet Corn

📋 copy color: '#FFE770'

red 255 ◦ green 231 ◦ blue 112

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

Shades of Sweet Corn #FFE770

Tints of Sweet Corn #FFE770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.73%

R = 42.64%
G = 38.63%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFE770 (or 0xFFE770) is known color: Sweet Corn. HEX triplet: FF, E7 and 70. RGB value is (255,231,112). Sum of RGB (Red+Green+Blue) = 255+231+112=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 112 (44.14% from 255 or 18.73% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE770 is #00188F. Grayscale: #E1E1E1. Windows color (decimal): -6288 or 7399423. OLE color: 7399423.

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

Color convert

RGB 255 231 112 -
CMYK 0 0.09 0.56 0
HSL 49.93º 1% 0.72% -
HSV(B) 49.93º 0.56% 1% -
XYZ 72.74 79.58 26.86 -
YUV 224.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 255 231 112 0 0.09 0.56 0 49.93 1 0.72
Hex FF E7 70 0 9 38 0 32 64 48
Octal 377 347 160 0 11 70 0 62 144 110
Binary 11111111 11100111 1110000 0 1001 111000 0 110010 1100100 1001000

Color Harmonies of #FFE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE770

Black with #FFE770

Text Example


Text Example

White with #FFE770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE770; }

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

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

background-color css

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

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

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

border-color css

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

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

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