Html Css Color HEX #EFDF65 Corn

📋 copy color: '#EFDF65'

red 239 ◦ green 223 ◦ blue 101

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

Shades of Corn #EFDF65

Tints of Corn #EFDF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.94%

R = 42.45%
G = 39.61%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFDF65 (or 0xEFDF65) is known color: Corn. HEX triplet: EF, DF and 65. RGB value is (239,223,101). Sum of RGB (Red+Green+Blue) = 239+223+101=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF65 is #10209A. Grayscale: #D6D6D6. Windows color (decimal): -1056923 or 6676463. OLE color: 6676463.

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

Color convert

RGB 239 223 101 -
CMYK 0 0.07 0.58 0.06
HSL 53.04º 0.81% 0.67% -
HSV(B) 53.04º 0.58% 0.94% -
XYZ 64.33 72.07 22.83 -
YUV 213.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 239 223 101 0 0.07 0.58 0.06 53.04 0.81 0.67
Hex EF DF 65 0 7 3A 6 35 51 43
Octal 357 337 145 0 7 72 6 65 121 103
Binary 11101111 11011111 1100101 0 111 111010 110 110101 1010001 1000011

Color Harmonies of #EFDF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF65

Black with #EFDF65

Text Example


Text Example

White with #EFDF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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