Html Css Color HEX #EBED4B Paris Daisy

📋 copy color: '#EBED4B'

red 235 ◦ green 237 ◦ blue 75

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

Shades of Paris Daisy #EBED4B

Tints of Paris Daisy #EBED4B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.33%

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

R = 42.96%
G = 43.33%
B = 13.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EBED4B (or 0xEBED4B) is known color: Paris Daisy. HEX triplet: EB, ED and 4B. RGB value is (235,237,75). Sum of RGB (Red+Green+Blue) = 235+237+75=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED4B is #1412B4. Grayscale: #DADADA. Windows color (decimal): -1315509 or 4976107. OLE color: 4976107.

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

Color convert

RGB 235 237 75 -
CMYK 0.01 0 0.68 0.07
HSL 60.74º 0.82% 0.61% -
HSV(B) 60.74º 0.68% 0.93% -
XYZ 65.82 78.74 18.39 -
YUV 217.93 47.34 140.17 -
System Red Green Blue C M Y K H S L
Decimal 235 237 75 0.01 0 0.68 0.07 60.74 0.82 0.61
Hex EB ED 4B 1 0 44 7 3D 52 3D
Octal 353 355 113 1 0 104 7 75 122 75
Binary 11101011 11101101 1001011 1 0 1000100 111 111101 1010010 111101

Color Harmonies of #EBED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED4B

Black with #EBED4B

Text Example


Text Example

White with #EBED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED4B; }

 p { color: rgb(235,237,75); }

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

background-color css

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

 a { background-color: rgb(235,237,75); }

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

border-color css

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

 span { border-color: rgb(235,237,75); }

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