Html Css Color HEX #ECEA4B Paris Daisy

📋 copy color: '#ECEA4B'

red 236 ◦ green 234 ◦ blue 75

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

Shades of Paris Daisy #ECEA4B

Tints of Paris Daisy #ECEA4B

RGB

 RED value IS 236 (92.58% from 255) = 43.3%

 GREEN value IS 234 (91.8% from 255) = 42.94%

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

R = 43.3%
G = 42.94%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECEA4B (or 0xECEA4B) is known color: Paris Daisy. HEX triplet: EC, EA and 4B. RGB value is (236,234,75). Sum of RGB (Red+Green+Blue) = 236+234+75=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 75 (29.69% from 255 or 13.76% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA4B is #1315B4. Grayscale: #D9D9D9. Windows color (decimal): -1250741 or 4975340. OLE color: 4975340.

HSL color Cylindrical-coordinate representation of color #ECEA4B: hue angle of 59.25º degrees, saturation: 0.81, 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 #ECEA4B is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 234 75 -
CMYK 0 0.01 0.68 0.07
HSL 59.25º 0.81% 0.61% -
HSV(B) 59.25º 0.68% 0.93% -
XYZ 65.28 77.19 18.11 -
YUV 216.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 236 234 75 0 0.01 0.68 0.07 59.25 0.81 0.61
Hex EC EA 4B 0 1 44 7 3B 51 3D
Octal 354 352 113 0 1 104 7 73 121 75
Binary 11101100 11101010 1001011 0 1 1000100 111 111011 1010001 111101

Color Harmonies of #ECEA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA4B

Black with #ECEA4B

Text Example


Text Example

White with #ECEA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA4B; }

 p { color: rgb(236,234,75); }

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

background-color css

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

 a { background-color: rgb(236,234,75); }

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

border-color css

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

 span { border-color: rgb(236,234,75); }

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