Html Css Color HEX #EFED4D Paris Daisy

📋 copy color: '#EFED4D'

red 239 ◦ green 237 ◦ blue 77

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

Shades of Paris Daisy #EFED4D

Tints of Paris Daisy #EFED4D

RGB

 RED value IS 239 (93.75% from 255) = 43.22%

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

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

R = 43.22%
G = 42.86%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFED4D (or 0xEFED4D) is known color: Paris Daisy. HEX triplet: EF, ED and 4D. RGB value is (239,237,77). Sum of RGB (Red+Green+Blue) = 239+237+77=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED4D is #1012B2. Grayscale: #DBDBDB. Windows color (decimal): -1053363 or 5107183. OLE color: 5107183.

HSL color Cylindrical-coordinate representation of color #EFED4D: hue angle of 59.26º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFED4D is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 77 -
CMYK 0 0.01 0.68 0.06
HSL 59.26º 0.84% 0.62% -
HSV(B) 59.26º 0.68% 0.94% -
XYZ 67.22 79.45 18.81 -
YUV 219.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 239 237 77 0 0.01 0.68 0.06 59.26 0.84 0.62
Hex EF ED 4D 0 1 44 6 3B 54 3E
Octal 357 355 115 0 1 104 6 73 124 76
Binary 11101111 11101101 1001101 0 1 1000100 110 111011 1010100 111110

Color Harmonies of #EFED4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED4D

Black with #EFED4D

Text Example


Text Example

White with #EFED4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED4D; }

 p { color: rgb(239,237,77); }

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

background-color css

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

 a { background-color: rgb(239,237,77); }

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

border-color css

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

 span { border-color: rgb(239,237,77); }

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