Html Css Color HEX #FED66E Grandis

📋 copy color: '#FED66E'

red 254 ◦ green 214 ◦ blue 110

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

Shades of Grandis #FED66E

Tints of Grandis #FED66E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.02%

 BLUE value IS 110 (43.36% from 255) = 19.03%

R = 43.94%
G = 37.02%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FED66E (or 0xFED66E) is known color: Grandis. HEX triplet: FE, D6 and 6E. RGB value is (254,214,110). Sum of RGB (Red+Green+Blue) = 254+214+110=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FED66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED66E is #012991. Grayscale: #D6D6D6. Windows color (decimal): -76178 or 7263998. OLE color: 7263998.

HSL color Cylindrical-coordinate representation of color #FED66E: hue angle of 43.33º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FED66E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 110 -
CMYK 0 0.16 0.57 0.00
HSL 43.33º 0.99% 0.71% -
HSV(B) 43.33º 0.57% 1% -
XYZ 67.73 70.29 24.75 -
YUV 214.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 254 214 110 0 0.16 0.57 0.00 43.33 0.99 0.71
Hex FE D6 6E 0 10 39 0 2B 63 47
Octal 376 326 156 0 20 71 0 53 143 107
Binary 11111110 11010110 1101110 0 10000 111001 0 101011 1100011 1000111

Color Harmonies of #FED66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED66E

Black with #FED66E

Text Example


Text Example

White with #FED66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED66E; }

 p { color: rgb(254,214,110); }

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

background-color css

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

 a { background-color: rgb(254,214,110); }

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

border-color css

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

 span { border-color: rgb(254,214,110); }

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