Html Css Color HEX #FFDE74 Sweet Corn

📋 copy color: '#FFDE74'

red 255 ◦ green 222 ◦ blue 116

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

Shades of Sweet Corn #FFDE74

Tints of Sweet Corn #FFDE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.56%

R = 43%
G = 37.44%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFDE74 (or 0xFFDE74) is known color: Sweet Corn. HEX triplet: FF, DE and 74. RGB value is (255,222,116). Sum of RGB (Red+Green+Blue) = 255+222+116=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 116 (45.70% from 255 or 19.56% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE74 is #00218B. Grayscale: #DCDCDC. Windows color (decimal): -8588 or 7659263. OLE color: 7659263.

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

Color convert

RGB 255 222 116 -
CMYK 0 0.13 0.55 0
HSL 45.76º 1% 0.73% -
HSV(B) 45.76º 0.55% 1% -
XYZ 70.51 74.76 27.24 -
YUV 219.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 255 222 116 0 0.13 0.55 0 45.76 1 0.73
Hex FF DE 74 0 D 37 0 2E 64 49
Octal 377 336 164 0 15 67 0 56 144 111
Binary 11111111 11011110 1110100 0 1101 110111 0 101110 1100100 1001001

Color Harmonies of #FFDE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE74

Black with #FFDE74

Text Example


Text Example

White with #FFDE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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