Html Css Color HEX #EFE14E Manz

📋 copy color: '#EFE14E'

red 239 ◦ green 225 ◦ blue 78

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

Shades of Manz #EFE14E

Tints of Manz #EFE14E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.51%

 BLUE value IS 78 (30.86% from 255) = 14.39%

R = 44.1%
G = 41.51%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFE14E (or 0xEFE14E) is known color: Manz. HEX triplet: EF, E1 and 4E. RGB value is (239,225,78). Sum of RGB (Red+Green+Blue) = 239+225+78=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 78 (30.86% from 255 or 14.39% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE14E is #101EB1. Grayscale: #D5D5D5. Windows color (decimal): -1056434 or 5169647. OLE color: 5169647.

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

Color convert

RGB 239 225 78 -
CMYK 0 0.06 0.67 0.06
HSL 54.78º 0.83% 0.62% -
HSV(B) 54.78º 0.67% 0.94% -
XYZ 63.9 72.75 17.88 -
YUV 212.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 239 225 78 0 0.06 0.67 0.06 54.78 0.83 0.62
Hex EF E1 4E 0 6 43 6 37 53 3E
Octal 357 341 116 0 6 103 6 67 123 76
Binary 11101111 11100001 1001110 0 110 1000011 110 110111 1010011 111110

Color Harmonies of #EFE14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE14E

Black with #EFE14E

Text Example


Text Example

White with #EFE14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE14E; }

 p { color: rgb(239,225,78); }

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

background-color css

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

 a { background-color: rgb(239,225,78); }

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

border-color css

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

 span { border-color: rgb(239,225,78); }

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