Html Css Color HEX #EEDF68 Sweet Corn

📋 copy color: '#EEDF68'

red 238 ◦ green 223 ◦ blue 104

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

Shades of Sweet Corn #EEDF68

Tints of Sweet Corn #EEDF68

RGB

 RED value IS 238 (93.36% from 255) = 42.12%

 GREEN value IS 223 (87.5% from 255) = 39.47%

 BLUE value IS 104 (41.02% from 255) = 18.41%

R = 42.12%
G = 39.47%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EEDF68 (or 0xEEDF68) is known color: Sweet Corn. HEX triplet: EE, DF and 68. RGB value is (238,223,104). Sum of RGB (Red+Green+Blue) = 238+223+104=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 104 (41.02% from 255 or 18.41% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF68 is #112097. Grayscale: #D6D6D6. Windows color (decimal): -1122456 or 6873070. OLE color: 6873070.

HSL color Cylindrical-coordinate representation of color #EEDF68: hue angle of 53.28º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EEDF68 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 104 -
CMYK 0 0.06 0.56 0.07
HSL 53.28º 0.8% 0.67% -
HSV(B) 53.28º 0.56% 0.93% -
XYZ 64.15 71.95 23.6 -
YUV 213.92 65.97 145.18 -
System Red Green Blue C M Y K H S L
Decimal 238 223 104 0 0.06 0.56 0.07 53.28 0.8 0.67
Hex EE DF 68 0 6 38 7 35 50 43
Octal 356 337 150 0 6 70 7 65 120 103
Binary 11101110 11011111 1101000 0 110 111000 111 110101 1010000 1000011

Color Harmonies of #EEDF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF68

Black with #EEDF68

Text Example


Text Example

White with #EEDF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF68; }

 p { color: rgb(238,223,104); }

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

background-color css

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

 a { background-color: rgb(238,223,104); }

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

border-color css

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

 span { border-color: rgb(238,223,104); }

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