Html Css Color HEX #FFE375 Sweet Corn

📋 copy color: '#FFE375'

red 255 ◦ green 227 ◦ blue 117

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

Shades of Sweet Corn #FFE375

Tints of Sweet Corn #FFE375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.9%

 BLUE value IS 117 (46.09% from 255) = 19.53%

R = 42.57%
G = 37.9%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFE375 (or 0xFFE375) is known color: Sweet Corn. HEX triplet: FF, E3 and 75. RGB value is (255,227,117). Sum of RGB (Red+Green+Blue) = 255+227+117=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 117 (46.09% from 255 or 19.53% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE375 is #001C8A. Grayscale: #DFDFDF. Windows color (decimal): -7307 or 7726079. OLE color: 7726079.

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

Color convert

RGB 255 227 117 -
CMYK 0 0.11 0.54 0
HSL 47.83º 1% 0.73% -
HSV(B) 47.83º 0.54% 1% -
XYZ 71.92 77.48 27.99 -
YUV 222.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 255 227 117 0 0.11 0.54 0 47.83 1 0.73
Hex FF E3 75 0 B 36 0 30 64 49
Octal 377 343 165 0 13 66 0 60 144 111
Binary 11111111 11100011 1110101 0 1011 110110 0 110000 1100100 1001001

Color Harmonies of #FFE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE375

Black with #FFE375

Text Example


Text Example

White with #FFE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE375; }

 p { color: rgb(255,227,117); }

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

background-color css

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

 a { background-color: rgb(255,227,117); }

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

border-color css

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

 span { border-color: rgb(255,227,117); }

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