Html Css Color HEX #ECE74A Paris Daisy

📋 copy color: '#ECE74A'

red 236 ◦ green 231 ◦ blue 74

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

Shades of Paris Daisy #ECE74A

Tints of Paris Daisy #ECE74A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.7%

 BLUE value IS 74 (29.3% from 255) = 13.68%

R = 43.62%
G = 42.7%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECE74A (or 0xECE74A) is known color: Paris Daisy. HEX triplet: EC, E7 and 4A. RGB value is (236,231,74). Sum of RGB (Red+Green+Blue) = 236+231+74=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE74A is #1318B5. Grayscale: #D7D7D7. Windows color (decimal): -1251510 or 4909036. OLE color: 4909036.

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

Color convert

RGB 236 231 74 -
CMYK 0 0.02 0.69 0.07
HSL 58.15º 0.81% 0.61% -
HSV(B) 58.15º 0.69% 0.93% -
XYZ 64.4 75.48 17.65 -
YUV 214.6 48.66 143.27 -
System Red Green Blue C M Y K H S L
Decimal 236 231 74 0 0.02 0.69 0.07 58.15 0.81 0.61
Hex EC E7 4A 0 2 45 7 3A 51 3D
Octal 354 347 112 0 2 105 7 72 121 75
Binary 11101100 11100111 1001010 0 10 1000101 111 111010 1010001 111101

Color Harmonies of #ECE74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE74A

Black with #ECE74A

Text Example


Text Example

White with #ECE74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE74A; }

 p { color: rgb(236,231,74); }

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

background-color css

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

 a { background-color: rgb(236,231,74); }

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

border-color css

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

 span { border-color: rgb(236,231,74); }

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