Html Css Color HEX #EFDD69 Sweet Corn

📋 copy color: '#EFDD69'

red 239 ◦ green 221 ◦ blue 105

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

Shades of Sweet Corn #EFDD69

Tints of Sweet Corn #EFDD69

RGB

 RED value IS 239 (93.75% from 255) = 42.3%

 GREEN value IS 221 (86.72% from 255) = 39.12%

 BLUE value IS 105 (41.41% from 255) = 18.58%

R = 42.3%
G = 39.12%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFDD69 (or 0xEFDD69) is known color: Sweet Corn. HEX triplet: EF, DD and 69. RGB value is (239,221,105). Sum of RGB (Red+Green+Blue) = 239+221+105=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 105 (41.41% from 255 or 18.58% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD69 is #102296. Grayscale: #D5D5D5. Windows color (decimal): -1057431 or 6938095. OLE color: 6938095.

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

Color convert

RGB 239 221 105 -
CMYK 0 0.08 0.56 0.06
HSL 51.94º 0.81% 0.67% -
HSV(B) 51.94º 0.56% 0.94% -
XYZ 64 71.08 23.71 -
YUV 213.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 239 221 105 0 0.08 0.56 0.06 51.94 0.81 0.67
Hex EF DD 69 0 8 38 6 34 51 43
Octal 357 335 151 0 10 70 6 64 121 103
Binary 11101111 11011101 1101001 0 1000 111000 110 110100 1010001 1000011

Color Harmonies of #EFDD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD69

Black with #EFDD69

Text Example


Text Example

White with #EFDD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD69; }

 p { color: rgb(239,221,105); }

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

background-color css

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

 a { background-color: rgb(239,221,105); }

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

border-color css

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

 span { border-color: rgb(239,221,105); }

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