Html Css Color HEX #EFE06A Sweet Corn

📋 copy color: '#EFE06A'

red 239 ◦ green 224 ◦ blue 106

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

Shades of Sweet Corn #EFE06A

Tints of Sweet Corn #EFE06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.63%

R = 42%
G = 39.37%
B = 18.63%

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

#EFE06A (or 0xEFE06A) is known color: Sweet Corn. HEX triplet: EF, E0 and 6A. RGB value is (239,224,106). Sum of RGB (Red+Green+Blue) = 239+224+106=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE06A is #101F95. Grayscale: #D7D7D7. Windows color (decimal): -1056662 or 7004399. OLE color: 7004399.

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

Color convert

RGB 239 224 106 -
CMYK 0 0.06 0.56 0.06
HSL 53.23º 0.81% 0.68% -
HSV(B) 53.23º 0.56% 0.94% -
XYZ 64.85 72.7 24.25 -
YUV 215.03 66.47 145.09 -
System Red Green Blue C M Y K H S L
Decimal 239 224 106 0 0.06 0.56 0.06 53.23 0.81 0.68
Hex EF E0 6A 0 6 38 6 35 51 44
Octal 357 340 152 0 6 70 6 65 121 104
Binary 11101111 11100000 1101010 0 110 111000 110 110101 1010001 1000100

Color Harmonies of #EFE06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE06A

Black with #EFE06A

Text Example


Text Example

White with #EFE06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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