Html Css Color HEX #FFCE74 Grandis

📋 copy color: '#FFCE74'

red 255 ◦ green 206 ◦ blue 116

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

Shades of Grandis #FFCE74

Tints of Grandis #FFCE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.1%

R = 44.19%
G = 35.7%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFCE74 (or 0xFFCE74) is known color: Grandis. HEX triplet: FF, CE and 74. RGB value is (255,206,116). Sum of RGB (Red+Green+Blue) = 255+206+116=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE74 is #00318B. Grayscale: #D2D2D2. Windows color (decimal): -12684 or 7655167. OLE color: 7655167.

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

Color convert

RGB 255 206 116 -
CMYK 0 0.19 0.55 0
HSL 38.85º 1% 0.73% -
HSV(B) 38.85º 0.55% 1% -
XYZ 66.46 66.66 25.89 -
YUV 210.39 74.73 159.82 -
System Red Green Blue C M Y K H S L
Decimal 255 206 116 0 0.19 0.55 0 38.85 1 0.73
Hex FF CE 74 0 13 37 0 27 64 49
Octal 377 316 164 0 23 67 0 47 144 111
Binary 11111111 11001110 1110100 0 10011 110111 0 100111 1100100 1001001

Color Harmonies of #FFCE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE74

Black with #FFCE74

Text Example


Text Example

White with #FFCE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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