Html Css Color HEX #EFDE6B Sweet Corn

📋 copy color: '#EFDE6B'

red 239 ◦ green 222 ◦ blue 107

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

Shades of Sweet Corn #EFDE6B

Tints of Sweet Corn #EFDE6B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.08%

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

R = 42.08%
G = 39.08%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFDE6B (or 0xEFDE6B) is known color: Sweet Corn. HEX triplet: EF, DE and 6B. RGB value is (239,222,107). Sum of RGB (Red+Green+Blue) = 239+222+107=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDE6B is #102194. Grayscale: #D6D6D6. Windows color (decimal): -1057173 or 7069423. OLE color: 7069423.

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

Color convert

RGB 239 222 107 -
CMYK 0 0.07 0.55 0.06
HSL 52.27º 0.8% 0.68% -
HSV(B) 52.27º 0.55% 0.94% -
XYZ 64.37 71.65 24.35 -
YUV 213.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 239 222 107 0 0.07 0.55 0.06 52.27 0.8 0.68
Hex EF DE 6B 0 7 37 6 34 50 44
Octal 357 336 153 0 7 67 6 64 120 104
Binary 11101111 11011110 1101011 0 111 110111 110 110100 1010000 1000100

Color Harmonies of #EFDE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE6B

Black with #EFDE6B

Text Example


Text Example

White with #EFDE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE6B; }

 p { color: rgb(239,222,107); }

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

background-color css

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

 a { background-color: rgb(239,222,107); }

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

border-color css

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

 span { border-color: rgb(239,222,107); }

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