Html Css Color HEX #EFE752 Paris Daisy

📋 copy color: '#EFE752'

red 239 ◦ green 231 ◦ blue 82

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

Shades of Paris Daisy #EFE752

Tints of Paris Daisy #EFE752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.86%

R = 43.3%
G = 41.85%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFE752 (or 0xEFE752) is known color: Paris Daisy. HEX triplet: EF, E7 and 52. RGB value is (239,231,82). Sum of RGB (Red+Green+Blue) = 239+231+82=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 82 (32.42% from 255 or 14.86% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE752 is #1018AD. Grayscale: #D9D9D9. Windows color (decimal): -1054894 or 5433327. OLE color: 5433327.

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

Color convert

RGB 239 231 82 -
CMYK 0 0.03 0.66 0.06
HSL 56.94º 0.83% 0.63% -
HSV(B) 56.94º 0.66% 0.94% -
XYZ 65.7 76.11 19.21 -
YUV 216.41 52.15 144.12 -
System Red Green Blue C M Y K H S L
Decimal 239 231 82 0 0.03 0.66 0.06 56.94 0.83 0.63
Hex EF E7 52 0 3 42 6 39 53 3F
Octal 357 347 122 0 3 102 6 71 123 77
Binary 11101111 11100111 1010010 0 11 1000010 110 111001 1010011 111111

Color Harmonies of #EFE752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE752

Black with #EFE752

Text Example


Text Example

White with #EFE752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE752; }

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

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

background-color css

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

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

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

border-color css

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

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

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