Html Css Color HEX #EFE448 Paris Daisy

📋 copy color: '#EFE448'

red 239 ◦ green 228 ◦ blue 72

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

Shades of Paris Daisy #EFE448

Tints of Paris Daisy #EFE448

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.3%

 BLUE value IS 72 (28.52% from 255) = 13.36%

R = 44.34%
G = 42.3%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFE448 (or 0xEFE448) is known color: Paris Daisy. HEX triplet: EF, E4 and 48. RGB value is (239,228,72). Sum of RGB (Red+Green+Blue) = 239+228+72=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE448 is #101BB7. Grayscale: #D6D6D6. Windows color (decimal): -1055672 or 4777199. OLE color: 4777199.

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

Color convert

RGB 239 228 72 -
CMYK 0 0.05 0.70 0.06
HSL 56.05º 0.84% 0.61% -
HSV(B) 56.05º 0.7% 0.94% -
XYZ 64.51 74.31 17.07 -
YUV 213.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 239 228 72 0 0.05 0.70 0.06 56.05 0.84 0.61
Hex EF E4 48 0 5 46 6 38 54 3D
Octal 357 344 110 0 5 106 6 70 124 75
Binary 11101111 11100100 1001000 0 101 1000110 110 111000 1010100 111101

Color Harmonies of #EFE448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE448

Black with #EFE448

Text Example


Text Example

White with #EFE448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE448; }

 p { color: rgb(239,228,72); }

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

background-color css

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

 a { background-color: rgb(239,228,72); }

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

border-color css

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

 span { border-color: rgb(239,228,72); }

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