Html Css Color HEX #EFE54B Paris Daisy

📋 copy color: '#EFE54B'

red 239 ◦ green 229 ◦ blue 75

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

Shades of Paris Daisy #EFE54B

Tints of Paris Daisy #EFE54B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.17%

 BLUE value IS 75 (29.69% from 255) = 13.81%

R = 44.01%
G = 42.17%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFE54B (or 0xEFE54B) is known color: Paris Daisy. HEX triplet: EF, E5 and 4B. RGB value is (239,229,75). Sum of RGB (Red+Green+Blue) = 239+229+75=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 75 (29.69% from 255 or 13.81% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE54B is #101AB4. Grayscale: #D7D7D7. Windows color (decimal): -1055413 or 4974063. OLE color: 4974063.

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

Color convert

RGB 239 229 75 -
CMYK 0 0.04 0.69 0.06
HSL 56.34º 0.84% 0.62% -
HSV(B) 56.34º 0.69% 0.94% -
XYZ 64.89 74.9 17.69 -
YUV 214.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 239 229 75 0 0.04 0.69 0.06 56.34 0.84 0.62
Hex EF E5 4B 0 4 45 6 38 54 3E
Octal 357 345 113 0 4 105 6 70 124 76
Binary 11101111 11100101 1001011 0 100 1000101 110 111000 1010100 111110

Color Harmonies of #EFE54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE54B

Black with #EFE54B

Text Example


Text Example

White with #EFE54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE54B; }

 p { color: rgb(239,229,75); }

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

background-color css

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

 a { background-color: rgb(239,229,75); }

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

border-color css

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

 span { border-color: rgb(239,229,75); }

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