Html Css Color HEX #E6E14B Manz

📋 copy color: '#E6E14B'

red 230 ◦ green 225 ◦ blue 75

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

Shades of Manz #E6E14B

Tints of Manz #E6E14B

RGB

 RED value IS 230 (90.23% from 255) = 43.4%

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

 BLUE value IS 75 (29.69% from 255) = 14.15%

R = 43.4%
G = 42.45%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6E14B (or 0xE6E14B) is known color: Manz. HEX triplet: E6, E1 and 4B. RGB value is (230,225,75). Sum of RGB (Red+Green+Blue) = 230+225+75=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E14B is #191EB4. Grayscale: #D2D2D2. Windows color (decimal): -1646261 or 4973030. OLE color: 4973030.

HSL color Cylindrical-coordinate representation of color #E6E14B: hue angle of 58.06º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6E14B is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 225 75 -
CMYK 0 0.02 0.67 0.10
HSL 58.06º 0.76% 0.6% -
HSV(B) 58.06º 0.67% 0.9% -
XYZ 60.83 71.18 17.19 -
YUV 209.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 230 225 75 0 0.02 0.67 0.10 58.06 0.76 0.6
Hex E6 E1 4B 0 2 43 A 3A 4C 3C
Octal 346 341 113 0 2 103 12 72 114 74
Binary 11100110 11100001 1001011 0 10 1000011 1010 111010 1001100 111100

Color Harmonies of #E6E14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E14B

Black with #E6E14B

Text Example


Text Example

White with #E6E14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E14B; }

 p { color: rgb(230,225,75); }

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

background-color css

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

 a { background-color: rgb(230,225,75); }

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

border-color css

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

 span { border-color: rgb(230,225,75); }

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