Html Css Color HEX #EFE348 Paris Daisy

📋 copy color: '#EFE348'

red 239 ◦ green 227 ◦ blue 72

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

Shades of Paris Daisy #EFE348

Tints of Paris Daisy #EFE348

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.19%

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

R = 44.42%
G = 42.19%
B = 13.38%

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

#EFE348 (or 0xEFE348) is known color: Paris Daisy. HEX triplet: EF, E3 and 48. RGB value is (239,227,72). Sum of RGB (Red+Green+Blue) = 239+227+72=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE348 is #101CB7. Grayscale: #D5D5D5. Windows color (decimal): -1055928 or 4776943. OLE color: 4776943.

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

Color convert

RGB 239 227 72 -
CMYK 0 0.05 0.70 0.06
HSL 55.69º 0.84% 0.61% -
HSV(B) 55.69º 0.7% 0.94% -
XYZ 64.24 73.76 16.98 -
YUV 212.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 239 227 72 0 0.05 0.70 0.06 55.69 0.84 0.61
Hex EF E3 48 0 5 46 6 38 54 3D
Octal 357 343 110 0 5 106 6 70 124 75
Binary 11101111 11100011 1001000 0 101 1000110 110 111000 1010100 111101

Color Harmonies of #EFE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE348

Black with #EFE348

Text Example


Text Example

White with #EFE348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE348; }

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

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

background-color css

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

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

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

border-color css

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

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

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