Html Css Color HEX #EAEB4E Paris Daisy

📋 copy color: '#EAEB4E'

red 234 ◦ green 235 ◦ blue 78

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

Shades of Paris Daisy #EAEB4E

Tints of Paris Daisy #EAEB4E

RGB

 RED value IS 234 (91.8% from 255) = 42.78%

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

 BLUE value IS 78 (30.86% from 255) = 14.26%

R = 42.78%
G = 42.96%
B = 14.26%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EAEB4E (or 0xEAEB4E) is known color: Paris Daisy. HEX triplet: EA, EB and 4E. RGB value is (234,235,78). Sum of RGB (Red+Green+Blue) = 234+235+78=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 78 (30.86% from 255 or 14.26% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEB4E is #1514B1. Grayscale: #D9D9D9. Windows color (decimal): -1381554 or 5172202. OLE color: 5172202.

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

Color convert

RGB 234 235 78 -
CMYK 0.00 0 0.67 0.08
HSL 60.38º 0.8% 0.61% -
HSV(B) 60.38º 0.67% 0.92% -
XYZ 65.02 77.46 18.73 -
YUV 216.8 49.67 140.27 -
System Red Green Blue C M Y K H S L
Decimal 234 235 78 0.00 0 0.67 0.08 60.38 0.8 0.61
Hex EA EB 4E 0 0 43 8 3C 50 3D
Octal 352 353 116 0 0 103 10 74 120 75
Binary 11101010 11101011 1001110 0 0 1000011 1000 111100 1010000 111101

Color Harmonies of #EAEB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEB4E

Black with #EAEB4E

Text Example


Text Example

White with #EAEB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEB4E; }

 p { color: rgb(234,235,78); }

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

background-color css

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

 a { background-color: rgb(234,235,78); }

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

border-color css

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

 span { border-color: rgb(234,235,78); }

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