Html Css Color HEX #FFDE6E Sweet Corn

📋 copy color: '#FFDE6E'

red 255 ◦ green 222 ◦ blue 110

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

Shades of Sweet Corn #FFDE6E

Tints of Sweet Corn #FFDE6E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.82%

 BLUE value IS 110 (43.36% from 255) = 18.74%

R = 43.44%
G = 37.82%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFDE6E (or 0xFFDE6E) is known color: Sweet Corn. HEX triplet: FF, DE and 6E. RGB value is (255,222,110). Sum of RGB (Red+Green+Blue) = 255+222+110=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 110 (43.36% from 255 or 18.74% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE6E is #002191. Grayscale: #DBDBDB. Windows color (decimal): -8594 or 7266047. OLE color: 7266047.

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

Color convert

RGB 255 222 110 -
CMYK 0 0.13 0.57 0
HSL 46.34º 1% 0.72% -
HSV(B) 46.34º 0.57% 1% -
XYZ 70.18 74.63 25.46 -
YUV 219.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 255 222 110 0 0.13 0.57 0 46.34 1 0.72
Hex FF DE 6E 0 D 39 0 2E 64 48
Octal 377 336 156 0 15 71 0 56 144 110
Binary 11111111 11011110 1101110 0 1101 111001 0 101110 1100100 1001000

Color Harmonies of #FFDE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE6E

Black with #FFDE6E

Text Example


Text Example

White with #FFDE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE6E; }

 p { color: rgb(255,222,110); }

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

background-color css

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

 a { background-color: rgb(255,222,110); }

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

border-color css

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

 span { border-color: rgb(255,222,110); }

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