Html Css Color HEX #EEDB75 Sweet Corn

📋 copy color: '#EEDB75'

red 238 ◦ green 219 ◦ blue 117

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

Shades of Sweet Corn #EEDB75

Tints of Sweet Corn #EEDB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.15%

 BLUE value IS 117 (46.09% from 255) = 20.38%

R = 41.46%
G = 38.15%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEDB75 (or 0xEEDB75) is known color: Sweet Corn. HEX triplet: EE, DB and 75. RGB value is (238,219,117). Sum of RGB (Red+Green+Blue) = 238+219+117=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB75 is #11248A. Grayscale: #D5D5D5. Windows color (decimal): -1123467 or 7724014. OLE color: 7724014.

HSL color Cylindrical-coordinate representation of color #EEDB75: hue angle of 50.58º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEDB75 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 117 -
CMYK 0 0.08 0.51 0.07
HSL 50.58º 0.78% 0.7% -
HSV(B) 50.58º 0.51% 0.93% -
XYZ 63.8 70.12 27 -
YUV 213.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 238 219 117 0 0.08 0.51 0.07 50.58 0.78 0.7
Hex EE DB 75 0 8 33 7 33 4E 46
Octal 356 333 165 0 10 63 7 63 116 106
Binary 11101110 11011011 1110101 0 1000 110011 111 110011 1001110 1000110

Color Harmonies of #EEDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB75

Black with #EEDB75

Text Example


Text Example

White with #EEDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB75; }

 p { color: rgb(238,219,117); }

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

background-color css

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

 a { background-color: rgb(238,219,117); }

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

border-color css

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

 span { border-color: rgb(238,219,117); }

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