Html Css Color HEX #E0EB6A Mindaro

📋 copy color: '#E0EB6A'

red 224 ◦ green 235 ◦ blue 106

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

Shades of Mindaro #E0EB6A

Tints of Mindaro #E0EB6A

RGB

 RED value IS 224 (87.89% from 255) = 39.65%

 GREEN value IS 235 (92.19% from 255) = 41.59%

 BLUE value IS 106 (41.8% from 255) = 18.76%

R = 39.65%
G = 41.59%
B = 18.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#E0EB6A (or 0xE0EB6A) is known color: Mindaro. HEX triplet: E0, EB and 6A. RGB value is (224,235,106). Sum of RGB (Red+Green+Blue) = 224+235+106=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EB6A is #1F1495. Grayscale: #D9D9D9. Windows color (decimal): -2036886 or 7007200. OLE color: 7007200.

HSL color Cylindrical-coordinate representation of color #E0EB6A: hue angle of 65.12º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0EB6A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 235 106 -
CMYK 0.05 0 0.55 0.08
HSL 65.12º 0.76% 0.67% -
HSV(B) 65.12º 0.55% 0.92% -
XYZ 63.05 76.3 25.04 -
YUV 217.01 65.36 132.99 -
System Red Green Blue C M Y K H S L
Decimal 224 235 106 0.05 0 0.55 0.08 65.12 0.76 0.67
Hex E0 EB 6A 5 0 37 8 41 4C 43
Octal 340 353 152 5 0 67 10 101 114 103
Binary 11100000 11101011 1101010 101 0 110111 1000 1000001 1001100 1000011

Color Harmonies of #E0EB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EB6A

Black with #E0EB6A

Text Example


Text Example

White with #E0EB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EB6A; }

 p { color: rgb(224,235,106); }

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

background-color css

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

 a { background-color: rgb(224,235,106); }

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

border-color css

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

 span { border-color: rgb(224,235,106); }

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