Html Css Color HEX #FFE94B Paris Daisy

📋 copy color: '#FFE94B'

red 255 ◦ green 233 ◦ blue 75

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

Shades of Paris Daisy #FFE94B

Tints of Paris Daisy #FFE94B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.39%

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

R = 45.29%
G = 41.39%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFE94B (or 0xFFE94B) is known color: Paris Daisy. HEX triplet: FF, E9 and 4B. RGB value is (255,233,75). Sum of RGB (Red+Green+Blue) = 255+233+75=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 75 (29.69% from 255 or 13.32% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE94B is #0016B4. Grayscale: #DEDEDE. Windows color (decimal): -5813 or 4975103. OLE color: 4975103.

HSL color Cylindrical-coordinate representation of color #FFE94B: hue angle of 52.67º 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 #FFE94B is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 233 75 -
CMYK 0 0.09 0.71 0
HSL 52.67º 1% 0.65% -
HSV(B) 52.67º 0.71% 1% -
XYZ 71.65 80.05 18.33 -
YUV 221.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 255 233 75 0 0.09 0.71 0 52.67 1 0.65
Hex FF E9 4B 0 9 47 0 35 64 41
Octal 377 351 113 0 11 107 0 65 144 101
Binary 11111111 11101001 1001011 0 1001 1000111 0 110101 1100100 1000001

Color Harmonies of #FFE94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE94B

Black with #FFE94B

Text Example


Text Example

White with #FFE94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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