Html Css Color HEX #EFE24B Paris Daisy

📋 copy color: '#EFE24B'

red 239 ◦ green 226 ◦ blue 75

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

Shades of Paris Daisy #EFE24B

Tints of Paris Daisy #EFE24B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.85%

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

R = 44.26%
G = 41.85%
B = 13.89%

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

#EFE24B (or 0xEFE24B) is known color: Paris Daisy. HEX triplet: EF, E2 and 4B. RGB value is (239,226,75). Sum of RGB (Red+Green+Blue) = 239+226+75=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 75 (29.69% from 255 or 13.89% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE24B is #101DB4. Grayscale: #D5D5D5. Windows color (decimal): -1056181 or 4973295. OLE color: 4973295.

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

Color convert

RGB 239 226 75 -
CMYK 0 0.05 0.69 0.06
HSL 55.24º 0.84% 0.62% -
HSV(B) 55.24º 0.69% 0.94% -
XYZ 64.06 73.25 17.42 -
YUV 212.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 239 226 75 0 0.05 0.69 0.06 55.24 0.84 0.62
Hex EF E2 4B 0 5 45 6 37 54 3E
Octal 357 342 113 0 5 105 6 67 124 76
Binary 11101111 11100010 1001011 0 101 1000101 110 110111 1010100 111110

Color Harmonies of #EFE24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE24B

Black with #EFE24B

Text Example


Text Example

White with #EFE24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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