Html Css Color HEX #EFEA42 Paris Daisy

📋 copy color: '#EFEA42'

red 239 ◦ green 234 ◦ blue 66

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

Shades of Paris Daisy #EFEA42

Tints of Paris Daisy #EFEA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.24%

R = 44.34%
G = 43.41%
B = 12.24%

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

#EFEA42 (or 0xEFEA42) is known color: Paris Daisy. HEX triplet: EF, EA and 42. RGB value is (239,234,66). Sum of RGB (Red+Green+Blue) = 239+234+66=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 66 (26.17% from 255 or 12.24% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA42 is #1015BD. Grayscale: #D9D9D9. Windows color (decimal): -1054142 or 4385519. OLE color: 4385519.

HSL color Cylindrical-coordinate representation of color #EFEA42: hue angle of 58.27º 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 #EFEA42 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 66 -
CMYK 0 0.02 0.72 0.06
HSL 58.27º 0.84% 0.6% -
HSV(B) 58.27º 0.72% 0.94% -
XYZ 66 77.59 16.65 -
YUV 216.34 43.16 144.16 -
System Red Green Blue C M Y K H S L
Decimal 239 234 66 0 0.02 0.72 0.06 58.27 0.84 0.6
Hex EF EA 42 0 2 48 6 3A 54 3C
Octal 357 352 102 0 2 110 6 72 124 74
Binary 11101111 11101010 1000010 0 10 1001000 110 111010 1010100 111100

Color Harmonies of #EFEA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA42

Black with #EFEA42

Text Example


Text Example

White with #EFEA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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