Html Css Color HEX #FEDC93 Cream Brulee

📋 copy color: '#FEDC93'

red 254 ◦ green 220 ◦ blue 147

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

Shades of Cream Brulee #FEDC93

Tints of Cream Brulee #FEDC93

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.43%

 BLUE value IS 147 (57.81% from 255) = 23.67%

R = 40.9%
G = 35.43%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEDC93 (or 0xFEDC93) is known color: Cream Brulee. HEX triplet: FE, DC and 93. RGB value is (254,220,147). Sum of RGB (Red+Green+Blue) = 254+220+147=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 147 (57.81% from 255 or 23.67% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC93 is #01236C. Grayscale: #DEDEDE. Windows color (decimal): -74605 or 9690366. OLE color: 9690366.

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

Color convert

RGB 254 220 147 -
CMYK 0 0.13 0.42 0.00
HSL 40.93º 0.98% 0.79% -
HSV(B) 40.93º 0.42% 1% -
XYZ 71.73 74.36 38.18 -
YUV 221.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 254 220 147 0 0.13 0.42 0.00 40.93 0.98 0.79
Hex FE DC 93 0 D 2A 0 29 62 4F
Octal 376 334 223 0 15 52 0 51 142 117
Binary 11111110 11011100 10010011 0 1101 101010 0 101001 1100010 1001111

Color Harmonies of #FEDC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC93

Black with #FEDC93

Text Example


Text Example

White with #FEDC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC93; }

 p { color: rgb(254,220,147); }

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

background-color css

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

 a { background-color: rgb(254,220,147); }

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

border-color css

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

 span { border-color: rgb(254,220,147); }

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