Html Css Color HEX #EFE44A Paris Daisy

📋 copy color: '#EFE44A'

red 239 ◦ green 228 ◦ blue 74

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

Shades of Paris Daisy #EFE44A

Tints of Paris Daisy #EFE44A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.14%

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

R = 44.18%
G = 42.14%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFE44A (or 0xEFE44A) is known color: Paris Daisy. HEX triplet: EF, E4 and 4A. RGB value is (239,228,74). Sum of RGB (Red+Green+Blue) = 239+228+74=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE44A is #101BB5. Grayscale: #D6D6D6. Windows color (decimal): -1055670 or 4908271. OLE color: 4908271.

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

Color convert

RGB 239 228 74 -
CMYK 0 0.05 0.69 0.06
HSL 56º 0.84% 0.61% -
HSV(B) 56º 0.69% 0.94% -
XYZ 64.58 74.33 17.42 -
YUV 213.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 239 228 74 0 0.05 0.69 0.06 56 0.84 0.61
Hex EF E4 4A 0 5 45 6 38 54 3D
Octal 357 344 112 0 5 105 6 70 124 75
Binary 11101111 11100100 1001010 0 101 1000101 110 111000 1010100 111101

Color Harmonies of #EFE44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE44A

Black with #EFE44A

Text Example


Text Example

White with #EFE44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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