Html Css Color HEX #EFE85D Corn

📋 copy color: '#EFE85D'

red 239 ◦ green 232 ◦ blue 93

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

Shades of Corn #EFE85D

Tints of Corn #EFE85D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.13%

 BLUE value IS 93 (36.72% from 255) = 16.49%

R = 42.38%
G = 41.13%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFE85D (or 0xEFE85D) is known color: Corn. HEX triplet: EF, E8 and 5D. RGB value is (239,232,93). Sum of RGB (Red+Green+Blue) = 239+232+93=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE85D is #1017A2. Grayscale: #DADADA. Windows color (decimal): -1054627 or 6154479. OLE color: 6154479.

HSL color Cylindrical-coordinate representation of color #EFE85D: hue angle of 57.12º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFE85D is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 93 -
CMYK 0 0.03 0.61 0.06
HSL 57.12º 0.82% 0.65% -
HSV(B) 57.12º 0.61% 0.94% -
XYZ 66.43 76.85 21.69 -
YUV 218.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 239 232 93 0 0.03 0.61 0.06 57.12 0.82 0.65
Hex EF E8 5D 0 3 3D 6 39 52 41
Octal 357 350 135 0 3 75 6 71 122 101
Binary 11101111 11101000 1011101 0 11 111101 110 111001 1010010 1000001

Color Harmonies of #EFE85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE85D

Black with #EFE85D

Text Example


Text Example

White with #EFE85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE85D; }

 p { color: rgb(239,232,93); }

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

background-color css

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

 a { background-color: rgb(239,232,93); }

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

border-color css

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

 span { border-color: rgb(239,232,93); }

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