Html Css Color HEX #E9ED4B Paris Daisy

📋 copy color: '#E9ED4B'

red 233 ◦ green 237 ◦ blue 75

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

Shades of Paris Daisy #E9ED4B

Tints of Paris Daisy #E9ED4B

RGB

 RED value IS 233 (91.41% from 255) = 42.75%

 GREEN value IS 237 (92.97% from 255) = 43.49%

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

R = 42.75%
G = 43.49%
B = 13.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#E9ED4B (or 0xE9ED4B) is known color: Paris Daisy. HEX triplet: E9, ED and 4B. RGB value is (233,237,75). Sum of RGB (Red+Green+Blue) = 233+237+75=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 75 (29.69% from 255 or 13.76% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #E9ED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9ED4B is #1612B4. Grayscale: #D9D9D9. Windows color (decimal): -1446581 or 4976105. OLE color: 4976105.

HSL color Cylindrical-coordinate representation of color #E9ED4B: hue angle of 61.48º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9ED4B is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 237 75 -
CMYK 0.02 0 0.68 0.07
HSL 61.48º 0.82% 0.61% -
HSV(B) 61.48º 0.68% 0.93% -
XYZ 65.16 78.4 18.36 -
YUV 217.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 233 237 75 0.02 0 0.68 0.07 61.48 0.82 0.61
Hex E9 ED 4B 2 0 44 7 3D 52 3D
Octal 351 355 113 2 0 104 7 75 122 75
Binary 11101001 11101101 1001011 10 0 1000100 111 111101 1010010 111101

Color Harmonies of #E9ED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9ED4B

Black with #E9ED4B

Text Example


Text Example

White with #E9ED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9ED4B; }

 p { color: rgb(233,237,75); }

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

background-color css

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

 a { background-color: rgb(233,237,75); }

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

border-color css

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

 span { border-color: rgb(233,237,75); }

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