Html Css Color HEX #EFE95C Corn

📋 copy color: '#EFE95C'

red 239 ◦ green 233 ◦ blue 92

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

Shades of Corn #EFE95C

Tints of Corn #EFE95C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.31%

 BLUE value IS 92 (36.33% from 255) = 16.31%

R = 42.38%
G = 41.31%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFE95C (or 0xEFE95C) is known color: Corn. HEX triplet: EF, E9 and 5C. RGB value is (239,233,92). Sum of RGB (Red+Green+Blue) = 239+233+92=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE95C is #1016A3. Grayscale: #DBDBDB. Windows color (decimal): -1054372 or 6089199. OLE color: 6089199.

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

Color convert

RGB 239 233 92 -
CMYK 0 0.03 0.62 0.06
HSL 57.55º 0.82% 0.65% -
HSV(B) 57.55º 0.62% 0.94% -
XYZ 66.67 77.4 21.55 -
YUV 218.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 239 233 92 0 0.03 0.62 0.06 57.55 0.82 0.65
Hex EF E9 5C 0 3 3E 6 3A 52 41
Octal 357 351 134 0 3 76 6 72 122 101
Binary 11101111 11101001 1011100 0 11 111110 110 111010 1010010 1000001

Color Harmonies of #EFE95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE95C

Black with #EFE95C

Text Example


Text Example

White with #EFE95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE95C; }

 p { color: rgb(239,233,92); }

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

background-color css

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

 a { background-color: rgb(239,233,92); }

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

border-color css

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

 span { border-color: rgb(239,233,92); }

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