Html Css Color HEX #EFE44B Paris Daisy

📋 copy color: '#EFE44B'

red 239 ◦ green 228 ◦ blue 75

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

Shades of Paris Daisy #EFE44B

Tints of Paris Daisy #EFE44B

RGB

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

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

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

R = 44.1%
G = 42.07%
B = 13.84%

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

#EFE44B (or 0xEFE44B) is known color: Paris Daisy. HEX triplet: EF, E4 and 4B. RGB value is (239,228,75). Sum of RGB (Red+Green+Blue) = 239+228+75=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 75 (29.69% from 255 or 13.84% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE44B is #101BB4. Grayscale: #D6D6D6. Windows color (decimal): -1055669 or 4973807. OLE color: 4973807.

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

Color convert

RGB 239 228 75 -
CMYK 0 0.05 0.69 0.06
HSL 55.98º 0.84% 0.62% -
HSV(B) 55.98º 0.69% 0.94% -
XYZ 64.61 74.35 17.6 -
YUV 213.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 239 228 75 0 0.05 0.69 0.06 55.98 0.84 0.62
Hex EF E4 4B 0 5 45 6 38 54 3E
Octal 357 344 113 0 5 105 6 70 124 76
Binary 11101111 11100100 1001011 0 101 1000101 110 111000 1010100 111110

Color Harmonies of #EFE44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE44B

Black with #EFE44B

Text Example


Text Example

White with #EFE44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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