Html Css Color HEX #EFE352 Manz

📋 copy color: '#EFE352'

red 239 ◦ green 227 ◦ blue 82

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

Shades of Manz #EFE352

Tints of Manz #EFE352

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.42%

 BLUE value IS 82 (32.42% from 255) = 14.96%

R = 43.61%
G = 41.42%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFE352 (or 0xEFE352) is known color: Manz. HEX triplet: EF, E3 and 52. RGB value is (239,227,82). Sum of RGB (Red+Green+Blue) = 239+227+82=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 82 (32.42% from 255 or 14.96% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE352 is #101CAD. Grayscale: #D6D6D6. Windows color (decimal): -1055918 or 5432303. OLE color: 5432303.

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

Color convert

RGB 239 227 82 -
CMYK 0 0.05 0.66 0.06
HSL 55.41º 0.83% 0.63% -
HSV(B) 55.41º 0.66% 0.94% -
XYZ 64.59 73.9 18.84 -
YUV 214.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 239 227 82 0 0.05 0.66 0.06 55.41 0.83 0.63
Hex EF E3 52 0 5 42 6 37 53 3F
Octal 357 343 122 0 5 102 6 67 123 77
Binary 11101111 11100011 1010010 0 101 1000010 110 110111 1010011 111111

Color Harmonies of #EFE352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE352

Black with #EFE352

Text Example


Text Example

White with #EFE352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE352; }

 p { color: rgb(239,227,82); }

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

background-color css

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

 a { background-color: rgb(239,227,82); }

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

border-color css

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

 span { border-color: rgb(239,227,82); }

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