Html Css Color HEX #EFE05C Manz

📋 copy color: '#EFE05C'

red 239 ◦ green 224 ◦ blue 92

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

Shades of Manz #EFE05C

Tints of Manz #EFE05C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.36%

 BLUE value IS 92 (36.33% from 255) = 16.58%

R = 43.06%
G = 40.36%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFE05C (or 0xEFE05C) is known color: Manz. HEX triplet: EF, E0 and 5C. RGB value is (239,224,92). Sum of RGB (Red+Green+Blue) = 239+224+92=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE05C is #101FA3. Grayscale: #D5D5D5. Windows color (decimal): -1056676 or 6086895. OLE color: 6086895.

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

Color convert

RGB 239 224 92 -
CMYK 0 0.06 0.62 0.06
HSL 53.88º 0.82% 0.65% -
HSV(B) 53.88º 0.62% 0.94% -
XYZ 64.18 72.43 20.72 -
YUV 213.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 239 224 92 0 0.06 0.62 0.06 53.88 0.82 0.65
Hex EF E0 5C 0 6 3E 6 36 52 41
Octal 357 340 134 0 6 76 6 66 122 101
Binary 11101111 11100000 1011100 0 110 111110 110 110110 1010010 1000001

Color Harmonies of #EFE05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE05C

Black with #EFE05C

Text Example


Text Example

White with #EFE05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE05C; }

 p { color: rgb(239,224,92); }

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

background-color css

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

 a { background-color: rgb(239,224,92); }

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

border-color css

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

 span { border-color: rgb(239,224,92); }

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