Html Css Color HEX #EFDF68 Sweet Corn

📋 copy color: '#EFDF68'

red 239 ◦ green 223 ◦ blue 104

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

Shades of Sweet Corn #EFDF68

Tints of Sweet Corn #EFDF68

RGB

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

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

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

R = 42.23%
G = 39.4%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFDF68 (or 0xEFDF68) is known color: Sweet Corn. HEX triplet: EF, DF and 68. RGB value is (239,223,104). Sum of RGB (Red+Green+Blue) = 239+223+104=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF68 is #102097. Grayscale: #D6D6D6. Windows color (decimal): -1056920 or 6873071. OLE color: 6873071.

HSL color Cylindrical-coordinate representation of color #EFDF68: hue angle of 52.89º 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 #EFDF68 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 104 -
CMYK 0 0.07 0.56 0.06
HSL 52.89º 0.81% 0.67% -
HSV(B) 52.89º 0.56% 0.94% -
XYZ 64.48 72.13 23.62 -
YUV 214.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 239 223 104 0 0.07 0.56 0.06 52.89 0.81 0.67
Hex EF DF 68 0 7 38 6 35 51 43
Octal 357 337 150 0 7 70 6 65 121 103
Binary 11101111 11011111 1101000 0 111 111000 110 110101 1010001 1000011

Color Harmonies of #EFDF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF68

Black with #EFDF68

Text Example


Text Example

White with #EFDF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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