Html Css Color HEX #EFEB42 Paris Daisy

📋 copy color: '#EFEB42'

red 239 ◦ green 235 ◦ blue 66

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

Shades of Paris Daisy #EFEB42

Tints of Paris Daisy #EFEB42

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.52%

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

R = 44.26%
G = 43.52%
B = 12.22%

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

#EFEB42 (or 0xEFEB42) is known color: Paris Daisy. HEX triplet: EF, EB and 42. RGB value is (239,235,66). Sum of RGB (Red+Green+Blue) = 239+235+66=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 66 (26.17% from 255 or 12.22% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB42 is #1014BD. Grayscale: #D9D9D9. Windows color (decimal): -1053886 or 4385775. OLE color: 4385775.

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

Color convert

RGB 239 235 66 -
CMYK 0 0.02 0.72 0.06
HSL 58.61º 0.84% 0.6% -
HSV(B) 58.61º 0.72% 0.94% -
XYZ 66.29 78.16 16.75 -
YUV 216.93 42.83 143.74 -
System Red Green Blue C M Y K H S L
Decimal 239 235 66 0 0.02 0.72 0.06 58.61 0.84 0.6
Hex EF EB 42 0 2 48 6 3B 54 3C
Octal 357 353 102 0 2 110 6 73 124 74
Binary 11101111 11101011 1000010 0 10 1001000 110 111011 1010100 111100

Color Harmonies of #EFEB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB42

Black with #EFEB42

Text Example


Text Example

White with #EFEB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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