Html Css Color HEX #EFEA44 Paris Daisy

📋 copy color: '#EFEA44'

red 239 ◦ green 234 ◦ blue 68

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

Shades of Paris Daisy #EFEA44

Tints of Paris Daisy #EFEA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.57%

R = 44.18%
G = 43.25%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFEA44 (or 0xEFEA44) is known color: Paris Daisy. HEX triplet: EF, EA and 44. RGB value is (239,234,68). Sum of RGB (Red+Green+Blue) = 239+234+68=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 68 (26.95% from 255 or 12.57% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA44 is #1015BB. Grayscale: #D9D9D9. Windows color (decimal): -1054140 or 4516591. OLE color: 4516591.

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

Color convert

RGB 239 234 68 -
CMYK 0 0.02 0.72 0.06
HSL 58.25º 0.84% 0.6% -
HSV(B) 58.25º 0.72% 0.94% -
XYZ 66.06 77.61 16.97 -
YUV 216.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 239 234 68 0 0.02 0.72 0.06 58.25 0.84 0.6
Hex EF EA 44 0 2 48 6 3A 54 3C
Octal 357 352 104 0 2 110 6 72 124 74
Binary 11101111 11101010 1000100 0 10 1001000 110 111010 1010100 111100

Color Harmonies of #EFEA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA44

Black with #EFEA44

Text Example


Text Example

White with #EFEA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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