Html Css Color HEX #FED36E Grandis

📋 copy color: '#FED36E'

red 254 ◦ green 211 ◦ blue 110

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

Shades of Grandis #FED36E

Tints of Grandis #FED36E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.7%

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

R = 44.17%
G = 36.7%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FED36E (or 0xFED36E) is known color: Grandis. HEX triplet: FE, D3 and 6E. RGB value is (254,211,110). Sum of RGB (Red+Green+Blue) = 254+211+110=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 110 (43.36% from 255 or 19.13% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FED36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED36E is #012C91. Grayscale: #D4D4D4. Windows color (decimal): -76946 or 7263230. OLE color: 7263230.

HSL color Cylindrical-coordinate representation of color #FED36E: hue angle of 42.08º 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 #FED36E is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 211 110 -
CMYK 0 0.17 0.57 0.00
HSL 42.08º 0.99% 0.71% -
HSV(B) 42.08º 0.57% 1% -
XYZ 66.98 68.79 24.5 -
YUV 212.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 254 211 110 0 0.17 0.57 0.00 42.08 0.99 0.71
Hex FE D3 6E 0 11 39 0 2A 63 47
Octal 376 323 156 0 21 71 0 52 143 107
Binary 11111110 11010011 1101110 0 10001 111001 0 101010 1100011 1000111

Color Harmonies of #FED36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED36E

Black with #FED36E

Text Example


Text Example

White with #FED36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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