Html Css Color HEX #EBE84A Paris Daisy

📋 copy color: '#EBE84A'

red 235 ◦ green 232 ◦ blue 74

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

Shades of Paris Daisy #EBE84A

Tints of Paris Daisy #EBE84A

RGB

 RED value IS 235 (92.19% from 255) = 43.44%

 GREEN value IS 232 (91.02% from 255) = 42.88%

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

R = 43.44%
G = 42.88%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBE84A (or 0xEBE84A) is known color: Paris Daisy. HEX triplet: EB, E8 and 4A. RGB value is (235,232,74). Sum of RGB (Red+Green+Blue) = 235+232+74=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE84A is #1417B5. Grayscale: #D7D7D7. Windows color (decimal): -1316790 or 4909291. OLE color: 4909291.

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

Color convert

RGB 235 232 74 -
CMYK 0 0.01 0.69 0.08
HSL 58.88º 0.8% 0.61% -
HSV(B) 58.88º 0.69% 0.92% -
XYZ 64.35 75.87 17.73 -
YUV 214.89 48.49 142.35 -
System Red Green Blue C M Y K H S L
Decimal 235 232 74 0 0.01 0.69 0.08 58.88 0.8 0.61
Hex EB E8 4A 0 1 45 8 3B 50 3D
Octal 353 350 112 0 1 105 10 73 120 75
Binary 11101011 11101000 1001010 0 1 1000101 1000 111011 1010000 111101

Color Harmonies of #EBE84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE84A

Black with #EBE84A

Text Example


Text Example

White with #EBE84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE84A; }

 p { color: rgb(235,232,74); }

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

background-color css

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

 a { background-color: rgb(235,232,74); }

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

border-color css

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

 span { border-color: rgb(235,232,74); }

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