Html Css Color HEX #EFE14D Manz

📋 copy color: '#EFE14D'

red 239 ◦ green 225 ◦ blue 77

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

Shades of Manz #EFE14D

Tints of Manz #EFE14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.23%

R = 44.18%
G = 41.59%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFE14D (or 0xEFE14D) is known color: Manz. HEX triplet: EF, E1 and 4D. RGB value is (239,225,77). Sum of RGB (Red+Green+Blue) = 239+225+77=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 77 (30.47% from 255 or 14.23% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE14D is #101EB2. Grayscale: #D4D4D4. Windows color (decimal): -1056435 or 5104111. OLE color: 5104111.

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

Color convert

RGB 239 225 77 -
CMYK 0 0.06 0.68 0.06
HSL 54.81º 0.84% 0.62% -
HSV(B) 54.81º 0.68% 0.94% -
XYZ 63.86 72.74 17.69 -
YUV 212.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 239 225 77 0 0.06 0.68 0.06 54.81 0.84 0.62
Hex EF E1 4D 0 6 44 6 37 54 3E
Octal 357 341 115 0 6 104 6 67 124 76
Binary 11101111 11100001 1001101 0 110 1000100 110 110111 1010100 111110

Color Harmonies of #EFE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE14D

Black with #EFE14D

Text Example


Text Example

White with #EFE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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