Html Css Color HEX #EFE069 Sweet Corn

📋 copy color: '#EFE069'

red 239 ◦ green 224 ◦ blue 105

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

Shades of Sweet Corn #EFE069

Tints of Sweet Corn #EFE069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.44%

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

R = 42.08%
G = 39.44%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFE069 (or 0xEFE069) is known color: Sweet Corn. HEX triplet: EF, E0 and 69. RGB value is (239,224,105). Sum of RGB (Red+Green+Blue) = 239+224+105=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE069 is #101F96. Grayscale: #D7D7D7. Windows color (decimal): -1056663 or 6938863. OLE color: 6938863.

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

Color convert

RGB 239 224 105 -
CMYK 0 0.06 0.56 0.06
HSL 53.28º 0.81% 0.67% -
HSV(B) 53.28º 0.56% 0.94% -
XYZ 64.8 72.68 23.98 -
YUV 214.92 65.97 145.18 -
System Red Green Blue C M Y K H S L
Decimal 239 224 105 0 0.06 0.56 0.06 53.28 0.81 0.67
Hex EF E0 69 0 6 38 6 35 51 43
Octal 357 340 151 0 6 70 6 65 121 103
Binary 11101111 11100000 1101001 0 110 111000 110 110101 1010001 1000011

Color Harmonies of #EFE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE069

Black with #EFE069

Text Example


Text Example

White with #EFE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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