Html Css Color HEX #EFE25F Corn

📋 copy color: '#EFE25F'

red 239 ◦ green 226 ◦ blue 95

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

Shades of Corn #EFE25F

Tints of Corn #EFE25F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.36%

 BLUE value IS 95 (37.5% from 255) = 16.96%

R = 42.68%
G = 40.36%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFE25F (or 0xEFE25F) is known color: Corn. HEX triplet: EF, E2 and 5F. RGB value is (239,226,95). Sum of RGB (Red+Green+Blue) = 239+226+95=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 95 (37.5% from 255 or 16.96% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE25F is #101DA0. Grayscale: #D7D7D7. Windows color (decimal): -1056161 or 6284015. OLE color: 6284015.

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

Color convert

RGB 239 226 95 -
CMYK 0 0.05 0.60 0.06
HSL 54.58º 0.82% 0.65% -
HSV(B) 54.58º 0.6% 0.94% -
XYZ 64.86 73.57 21.61 -
YUV 214.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 239 226 95 0 0.05 0.60 0.06 54.58 0.82 0.65
Hex EF E2 5F 0 5 3C 6 37 52 41
Octal 357 342 137 0 5 74 6 67 122 101
Binary 11101111 11100010 1011111 0 101 111100 110 110111 1010010 1000001

Color Harmonies of #EFE25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE25F

Black with #EFE25F

Text Example


Text Example

White with #EFE25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE25F; }

 p { color: rgb(239,226,95); }

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

background-color css

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

 a { background-color: rgb(239,226,95); }

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

border-color css

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

 span { border-color: rgb(239,226,95); }

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