Html Css Color HEX #FFDD46 Energy Yellow

📋 copy color: '#FFDD46'

red 255 ◦ green 221 ◦ blue 70

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

Shades of Energy Yellow #FFDD46

Tints of Energy Yellow #FFDD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.48%

 BLUE value IS 70 (27.73% from 255) = 12.82%

R = 46.7%
G = 40.48%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFDD46 (or 0xFFDD46) is known color: Energy Yellow. HEX triplet: FF, DD and 46. RGB value is (255,221,70). Sum of RGB (Red+Green+Blue) = 255+221+70=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 70 (27.73% from 255 or 12.82% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD46 is #0022B9. Grayscale: #D6D6D6. Windows color (decimal): -8890 or 4644351. OLE color: 4644351.

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

Color convert

RGB 255 221 70 -
CMYK 0 0.13 0.73 0
HSL 48.97º 1% 0.64% -
HSV(B) 48.97º 0.73% 1% -
XYZ 68.2 73.42 16.37 -
YUV 213.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 255 221 70 0 0.13 0.73 0 48.97 1 0.64
Hex FF DD 46 0 D 49 0 31 64 40
Octal 377 335 106 0 15 111 0 61 144 100
Binary 11111111 11011101 1000110 0 1101 1001001 0 110001 1100100 1000000

Color Harmonies of #FFDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD46

Black with #FFDD46

Text Example


Text Example

White with #FFDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD46; }

 p { color: rgb(255,221,70); }

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

background-color css

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

 a { background-color: rgb(255,221,70); }

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

border-color css

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

 span { border-color: rgb(255,221,70); }

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