Html Css Color HEX #EFE54A Paris Daisy

📋 copy color: '#EFE54A'

red 239 ◦ green 229 ◦ blue 74

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

Shades of Paris Daisy #EFE54A

Tints of Paris Daisy #EFE54A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.25%

 BLUE value IS 74 (29.3% from 255) = 13.65%

R = 44.1%
G = 42.25%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFE54A (or 0xEFE54A) is known color: Paris Daisy. HEX triplet: EF, E5 and 4A. RGB value is (239,229,74). Sum of RGB (Red+Green+Blue) = 239+229+74=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE54A is #101AB5. Grayscale: #D6D6D6. Windows color (decimal): -1055414 or 4908527. OLE color: 4908527.

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

Color convert

RGB 239 229 74 -
CMYK 0 0.04 0.69 0.06
HSL 56.36º 0.84% 0.61% -
HSV(B) 56.36º 0.69% 0.94% -
XYZ 64.85 74.88 17.51 -
YUV 214.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 239 229 74 0 0.04 0.69 0.06 56.36 0.84 0.61
Hex EF E5 4A 0 4 45 6 38 54 3D
Octal 357 345 112 0 4 105 6 70 124 75
Binary 11101111 11100101 1001010 0 100 1000101 110 111000 1010100 111101

Color Harmonies of #EFE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE54A

Black with #EFE54A

Text Example


Text Example

White with #EFE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE54A; }

 p { color: rgb(239,229,74); }

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

background-color css

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

 a { background-color: rgb(239,229,74); }

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

border-color css

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

 span { border-color: rgb(239,229,74); }

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