Html Css Color HEX #EFE74A Paris Daisy

📋 copy color: '#EFE74A'

red 239 ◦ green 231 ◦ blue 74

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

Shades of Paris Daisy #EFE74A

Tints of Paris Daisy #EFE74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.6%

R = 43.93%
G = 42.46%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFE74A (or 0xEFE74A) is known color: Paris Daisy. HEX triplet: EF, E7 and 4A. RGB value is (239,231,74). Sum of RGB (Red+Green+Blue) = 239+231+74=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE74A is #1018B5. Grayscale: #D8D8D8. Windows color (decimal): -1054902 or 4909039. OLE color: 4909039.

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

Color convert

RGB 239 231 74 -
CMYK 0 0.03 0.69 0.06
HSL 57.09º 0.84% 0.61% -
HSV(B) 57.09º 0.69% 0.94% -
XYZ 65.41 76 17.7 -
YUV 215.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 239 231 74 0 0.03 0.69 0.06 57.09 0.84 0.61
Hex EF E7 4A 0 3 45 6 39 54 3D
Octal 357 347 112 0 3 105 6 71 124 75
Binary 11101111 11100111 1001010 0 11 1000101 110 111001 1010100 111101

Color Harmonies of #EFE74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE74A

Black with #EFE74A

Text Example


Text Example

White with #EFE74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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