Html Css Color HEX #EFE454 Manz

📋 copy color: '#EFE454'

red 239 ◦ green 228 ◦ blue 84

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

Shades of Manz #EFE454

Tints of Manz #EFE454

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.38%

 BLUE value IS 84 (33.2% from 255) = 15.25%

R = 43.38%
G = 41.38%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFE454 (or 0xEFE454) is known color: Manz. HEX triplet: EF, E4 and 54. RGB value is (239,228,84). Sum of RGB (Red+Green+Blue) = 239+228+84=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 84 (33.20% from 255 or 15.25% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE454 is #101BAB. Grayscale: #D7D7D7. Windows color (decimal): -1055660 or 5563631. OLE color: 5563631.

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

Color convert

RGB 239 228 84 -
CMYK 0 0.05 0.65 0.06
HSL 55.74º 0.83% 0.63% -
HSV(B) 55.74º 0.65% 0.94% -
XYZ 64.94 74.48 19.34 -
YUV 214.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 239 228 84 0 0.05 0.65 0.06 55.74 0.83 0.63
Hex EF E4 54 0 5 41 6 38 53 3F
Octal 357 344 124 0 5 101 6 70 123 77
Binary 11101111 11100100 1010100 0 101 1000001 110 111000 1010011 111111

Color Harmonies of #EFE454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE454

Black with #EFE454

Text Example


Text Example

White with #EFE454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE454; }

 p { color: rgb(239,228,84); }

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

background-color css

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

 a { background-color: rgb(239,228,84); }

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

border-color css

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

 span { border-color: rgb(239,228,84); }

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