Html Css Color HEX #EFDF75 Sweet Corn

📋 copy color: '#EFDF75'

red 239 ◦ green 223 ◦ blue 117

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

Shades of Sweet Corn #EFDF75

Tints of Sweet Corn #EFDF75

RGB

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

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

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

R = 41.28%
G = 38.51%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFDF75 (or 0xEFDF75) is known color: Sweet Corn. HEX triplet: EF, DF and 75. RGB value is (239,223,117). Sum of RGB (Red+Green+Blue) = 239+223+117=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF75 is #10208A. Grayscale: #D8D8D8. Windows color (decimal): -1056907 or 7725039. OLE color: 7725039.

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

Color convert

RGB 239 223 117 -
CMYK 0 0.07 0.51 0.06
HSL 52.13º 0.79% 0.7% -
HSV(B) 52.13º 0.51% 0.94% -
XYZ 65.2 72.41 27.37 -
YUV 215.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 239 223 117 0 0.07 0.51 0.06 52.13 0.79 0.7
Hex EF DF 75 0 7 33 6 34 4F 46
Octal 357 337 165 0 7 63 6 64 117 106
Binary 11101111 11011111 1110101 0 111 110011 110 110100 1001111 1000110

Color Harmonies of #EFDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF75

Black with #EFDF75

Text Example


Text Example

White with #EFDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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