Html Css Color HEX #FED78E Caramel

📋 copy color: '#FED78E'

red 254 ◦ green 215 ◦ blue 142

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

Shades of Caramel #FED78E

Tints of Caramel #FED78E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.19%

 BLUE value IS 142 (55.86% from 255) = 23.24%

R = 41.57%
G = 35.19%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FED78E (or 0xFED78E) is known color: Caramel. HEX triplet: FE, D7 and 8E. RGB value is (254,215,142). Sum of RGB (Red+Green+Blue) = 254+215+142=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FED78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED78E is #012871. Grayscale: #DADADA. Windows color (decimal): -75890 or 9361406. OLE color: 9361406.

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

Color convert

RGB 254 215 142 -
CMYK 0 0.15 0.44 0.00
HSL 39.11º 0.98% 0.78% -
HSV(B) 39.11º 0.44% 1% -
XYZ 70.06 71.62 35.72 -
YUV 218.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 254 215 142 0 0.15 0.44 0.00 39.11 0.98 0.78
Hex FE D7 8E 0 F 2C 0 27 62 4E
Octal 376 327 216 0 17 54 0 47 142 116
Binary 11111110 11010111 10001110 0 1111 101100 0 100111 1100010 1001110

Color Harmonies of #FED78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED78E

Black with #FED78E

Text Example


Text Example

White with #FED78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED78E; }

 p { color: rgb(254,215,142); }

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

background-color css

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

 a { background-color: rgb(254,215,142); }

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

border-color css

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

 span { border-color: rgb(254,215,142); }

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