Html Css Color HEX #EFEA45 Paris Daisy

📋 copy color: '#EFEA45'

red 239 ◦ green 234 ◦ blue 69

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

Shades of Paris Daisy #EFEA45

Tints of Paris Daisy #EFEA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.73%

R = 44.1%
G = 43.17%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFEA45 (or 0xEFEA45) is known color: Paris Daisy. HEX triplet: EF, EA and 45. RGB value is (239,234,69). Sum of RGB (Red+Green+Blue) = 239+234+69=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 69 (27.34% from 255 or 12.73% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA45 is #1015BA. Grayscale: #D9D9D9. Windows color (decimal): -1054139 or 4582127. OLE color: 4582127.

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

Color convert

RGB 239 234 69 -
CMYK 0 0.02 0.71 0.06
HSL 58.24º 0.84% 0.6% -
HSV(B) 58.24º 0.71% 0.94% -
XYZ 66.09 77.63 17.13 -
YUV 216.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 239 234 69 0 0.02 0.71 0.06 58.24 0.84 0.6
Hex EF EA 45 0 2 47 6 3A 54 3C
Octal 357 352 105 0 2 107 6 72 124 74
Binary 11101111 11101010 1000101 0 10 1000111 110 111010 1010100 111100

Color Harmonies of #EFEA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA45

Black with #EFEA45

Text Example


Text Example

White with #EFEA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA45; }

 p { color: rgb(239,234,69); }

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

background-color css

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

 a { background-color: rgb(239,234,69); }

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

border-color css

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

 span { border-color: rgb(239,234,69); }

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