Html Css Color HEX #EFE955 Paris Daisy

📋 copy color: '#EFE955'

red 239 ◦ green 233 ◦ blue 85

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

Shades of Paris Daisy #EFE955

Tints of Paris Daisy #EFE955

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.83%

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

R = 42.91%
G = 41.83%
B = 15.26%

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

#EFE955 (or 0xEFE955) is known color: Paris Daisy. HEX triplet: EF, E9 and 55. RGB value is (239,233,85). Sum of RGB (Red+Green+Blue) = 239+233+85=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 85 (33.59% from 255 or 15.26% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE955 is #1016AA. Grayscale: #DADADA. Windows color (decimal): -1054379 or 5630447. OLE color: 5630447.

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

Color convert

RGB 239 233 85 -
CMYK 0 0.03 0.64 0.06
HSL 57.66º 0.83% 0.64% -
HSV(B) 57.66º 0.64% 0.94% -
XYZ 66.38 77.28 20.01 -
YUV 217.92 52.99 143.03 -
System Red Green Blue C M Y K H S L
Decimal 239 233 85 0 0.03 0.64 0.06 57.66 0.83 0.64
Hex EF E9 55 0 3 40 6 3A 53 40
Octal 357 351 125 0 3 100 6 72 123 100
Binary 11101111 11101001 1010101 0 11 1000000 110 111010 1010011 1000000

Color Harmonies of #EFE955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE955

Black with #EFE955

Text Example


Text Example

White with #EFE955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE955; }

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

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

background-color css

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

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

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

border-color css

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

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

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