Html Css Color HEX #FFCE78 Grandis

📋 copy color: '#FFCE78'

red 255 ◦ green 206 ◦ blue 120

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

Shades of Grandis #FFCE78

Tints of Grandis #FFCE78

RGB

 RED value IS 255 (100% from 255) = 43.89%

 GREEN value IS 206 (80.86% from 255) = 35.46%

 BLUE value IS 120 (47.27% from 255) = 20.65%

R = 43.89%
G = 35.46%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFCE78 (or 0xFFCE78) is known color: Grandis. HEX triplet: FF, CE and 78. RGB value is (255,206,120). Sum of RGB (Red+Green+Blue) = 255+206+120=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE78 is #003187. Grayscale: #D3D3D3. Windows color (decimal): -12680 or 7917311. OLE color: 7917311.

HSL color Cylindrical-coordinate representation of color #FFCE78: hue angle of 38.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFCE78 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 120 -
CMYK 0 0.19 0.53 0
HSL 38.22º 1% 0.74% -
HSV(B) 38.22º 0.53% 1% -
XYZ 66.7 66.76 27.14 -
YUV 210.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 255 206 120 0 0.19 0.53 0 38.22 1 0.74
Hex FF CE 78 0 13 35 0 26 64 4A
Octal 377 316 170 0 23 65 0 46 144 112
Binary 11111111 11001110 1111000 0 10011 110101 0 100110 1100100 1001010

Color Harmonies of #FFCE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE78

Black with #FFCE78

Text Example


Text Example

White with #FFCE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE78; }

 p { color: rgb(255,206,120); }

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

background-color css

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

 a { background-color: rgb(255,206,120); }

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

border-color css

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

 span { border-color: rgb(255,206,120); }

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