Html Css Color HEX #EAEB4D Paris Daisy

📋 copy color: '#EAEB4D'

red 234 ◦ green 235 ◦ blue 77

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

Shades of Paris Daisy #EAEB4D

Tints of Paris Daisy #EAEB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.1%

R = 42.86%
G = 43.04%
B = 14.1%

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

#EAEB4D (or 0xEAEB4D) is known color: Paris Daisy. HEX triplet: EA, EB and 4D. RGB value is (234,235,77). Sum of RGB (Red+Green+Blue) = 234+235+77=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEB4D is #1514B2. Grayscale: #D9D9D9. Windows color (decimal): -1381555 or 5106666. OLE color: 5106666.

HSL color Cylindrical-coordinate representation of color #EAEB4D: 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 #EAEB4D is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 235 77 -
CMYK 0.00 0 0.67 0.08
HSL 60.38º 0.8% 0.61% -
HSV(B) 60.38º 0.67% 0.92% -
XYZ 64.98 77.44 18.54 -
YUV 216.69 49.17 140.35 -
System Red Green Blue C M Y K H S L
Decimal 234 235 77 0.00 0 0.67 0.08 60.38 0.8 0.61
Hex EA EB 4D 0 0 43 8 3C 50 3D
Octal 352 353 115 0 0 103 10 74 120 75
Binary 11101010 11101011 1001101 0 0 1000011 1000 111100 1010000 111101

Color Harmonies of #EAEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEB4D

Black with #EAEB4D

Text Example


Text Example

White with #EAEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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