Html Css Color HEX #EEDF6B Sweet Corn

📋 copy color: '#EEDF6B'

red 238 ◦ green 223 ◦ blue 107

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

Shades of Sweet Corn #EEDF6B

Tints of Sweet Corn #EEDF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.84%

R = 41.9%
G = 39.26%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEDF6B (or 0xEEDF6B) is known color: Sweet Corn. HEX triplet: EE, DF and 6B. RGB value is (238,223,107). Sum of RGB (Red+Green+Blue) = 238+223+107=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF6B is #112094. Grayscale: #D6D6D6. Windows color (decimal): -1122453 or 7069678. OLE color: 7069678.

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

Color convert

RGB 238 223 107 -
CMYK 0 0.06 0.55 0.07
HSL 53.13º 0.79% 0.68% -
HSV(B) 53.13º 0.55% 0.93% -
XYZ 64.3 72.01 24.42 -
YUV 214.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 238 223 107 0 0.06 0.55 0.07 53.13 0.79 0.68
Hex EE DF 6B 0 6 37 7 35 4F 44
Octal 356 337 153 0 6 67 7 65 117 104
Binary 11101110 11011111 1101011 0 110 110111 111 110101 1001111 1000100

Color Harmonies of #EEDF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF6B

Black with #EEDF6B

Text Example


Text Example

White with #EEDF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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