Html Css Color HEX #FFE685 Sweet Corn

📋 copy color: '#FFE685'

red 255 ◦ green 230 ◦ blue 133

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

Shades of Sweet Corn #FFE685

Tints of Sweet Corn #FFE685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.52%

R = 41.26%
G = 37.22%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFE685 (or 0xFFE685) is known color: Sweet Corn. HEX triplet: FF, E6 and 85. RGB value is (255,230,133). Sum of RGB (Red+Green+Blue) = 255+230+133=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE685 is #00197A. Grayscale: #E2E2E2. Windows color (decimal): -6523 or 8775423. OLE color: 8775423.

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

Color convert

RGB 255 230 133 -
CMYK 0 0.10 0.48 0
HSL 47.7º 1% 0.76% -
HSV(B) 47.7º 0.48% 1% -
XYZ 73.77 79.55 33.66 -
YUV 226.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 255 230 133 0 0.10 0.48 0 47.7 1 0.76
Hex FF E6 85 0 A 30 0 30 64 4C
Octal 377 346 205 0 12 60 0 60 144 114
Binary 11111111 11100110 10000101 0 1010 110000 0 110000 1100100 1001100

Color Harmonies of #FFE685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE685

Black with #FFE685

Text Example


Text Example

White with #FFE685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE685; }

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

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

background-color css

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

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

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

border-color css

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

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

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