Html Css Color HEX #EFE755 Paris Daisy

📋 copy color: '#EFE755'

red 239 ◦ green 231 ◦ blue 85

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

Shades of Paris Daisy #EFE755

Tints of Paris Daisy #EFE755

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.62%

 BLUE value IS 85 (33.59% from 255) = 15.32%

R = 43.06%
G = 41.62%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFE755 (or 0xEFE755) is known color: Paris Daisy. HEX triplet: EF, E7 and 55. RGB value is (239,231,85). Sum of RGB (Red+Green+Blue) = 239+231+85=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE755 is #1018AA. Grayscale: #D9D9D9. Windows color (decimal): -1054891 or 5629935. OLE color: 5629935.

HSL color Cylindrical-coordinate representation of color #EFE755: hue angle of 56.88º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFE755 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 231 85 -
CMYK 0 0.03 0.64 0.06
HSL 56.88º 0.83% 0.64% -
HSV(B) 56.88º 0.64% 0.94% -
XYZ 65.81 76.16 19.83 -
YUV 216.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 239 231 85 0 0.03 0.64 0.06 56.88 0.83 0.64
Hex EF E7 55 0 3 40 6 39 53 40
Octal 357 347 125 0 3 100 6 71 123 100
Binary 11101111 11100111 1010101 0 11 1000000 110 111001 1010011 1000000

Color Harmonies of #EFE755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE755

Black with #EFE755

Text Example


Text Example

White with #EFE755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE755; }

 p { color: rgb(239,231,85); }

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

background-color css

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

 a { background-color: rgb(239,231,85); }

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

border-color css

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

 span { border-color: rgb(239,231,85); }

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