Html Css Color HEX #FFED4B Paris Daisy

📋 copy color: '#FFED4B'

red 255 ◦ green 237 ◦ blue 75

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

Shades of Paris Daisy #FFED4B

Tints of Paris Daisy #FFED4B

RGB

 RED value IS 255 (100% from 255) = 44.97%

 GREEN value IS 237 (92.97% from 255) = 41.8%

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

R = 44.97%
G = 41.8%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFED4B (or 0xFFED4B) is known color: Paris Daisy. HEX triplet: FF, ED and 4B. RGB value is (255,237,75). Sum of RGB (Red+Green+Blue) = 255+237+75=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 75 (29.69% from 255 or 13.23% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED4B is #0012B4. Grayscale: #E0E0E0. Windows color (decimal): -4789 or 4976127. OLE color: 4976127.

HSL color Cylindrical-coordinate representation of color #FFED4B: hue angle of 54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFED4B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 237 75 -
CMYK 0 0.07 0.71 0
HSL 54º 1% 0.65% -
HSV(B) 54º 0.71% 1% -
XYZ 72.79 82.34 18.71 -
YUV 223.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 255 237 75 0 0.07 0.71 0 54 1 0.65
Hex FF ED 4B 0 7 47 0 36 64 41
Octal 377 355 113 0 7 107 0 66 144 101
Binary 11111111 11101101 1001011 0 111 1000111 0 110110 1100100 1000001

Color Harmonies of #FFED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED4B

Black with #FFED4B

Text Example


Text Example

White with #FFED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED4B; }

 p { color: rgb(255,237,75); }

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

background-color css

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

 a { background-color: rgb(255,237,75); }

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

border-color css

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

 span { border-color: rgb(255,237,75); }

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