Html Css Color HEX #FEDD90 Cream Brulee

📋 copy color: '#FEDD90'

red 254 ◦ green 221 ◦ blue 144

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

Shades of Cream Brulee #FEDD90

Tints of Cream Brulee #FEDD90

RGB

 RED value IS 254 (99.61% from 255) = 41.03%

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

 BLUE value IS 144 (56.64% from 255) = 23.26%

R = 41.03%
G = 35.7%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEDD90 (or 0xFEDD90) is known color: Cream Brulee. HEX triplet: FE, DD and 90. RGB value is (254,221,144). Sum of RGB (Red+Green+Blue) = 254+221+144=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 144 (56.64% from 255 or 23.26% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD90 is #01226F. Grayscale: #DEDEDE. Windows color (decimal): -74352 or 9494014. OLE color: 9494014.

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

Color convert

RGB 254 221 144 -
CMYK 0 0.13 0.43 0.00
HSL 42º 0.98% 0.78% -
HSV(B) 42º 0.43% 1% -
XYZ 71.76 74.8 37.04 -
YUV 222.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 254 221 144 0 0.13 0.43 0.00 42 0.98 0.78
Hex FE DD 90 0 D 2B 0 2A 62 4E
Octal 376 335 220 0 15 53 0 52 142 116
Binary 11111110 11011101 10010000 0 1101 101011 0 101010 1100010 1001110

Color Harmonies of #FEDD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD90

Black with #FEDD90

Text Example


Text Example

White with #FEDD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD90; }

 p { color: rgb(254,221,144); }

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

background-color css

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

 a { background-color: rgb(254,221,144); }

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

border-color css

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

 span { border-color: rgb(254,221,144); }

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