Html Css Color HEX #FFE640 Gorse

📋 copy color: '#FFE640'

red 255 ◦ green 230 ◦ blue 64

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

Shades of Gorse #FFE640

Tints of Gorse #FFE640

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.89%

 BLUE value IS 64 (25.39% from 255) = 11.66%

R = 46.45%
G = 41.89%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFE640 (or 0xFFE640) is known color: Gorse. HEX triplet: FF, E6 and 40. RGB value is (255,230,64). Sum of RGB (Red+Green+Blue) = 255+230+64=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 64 (25.39% from 255 or 11.66% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE640 is #0019BF. Grayscale: #DBDBDB. Windows color (decimal): -6592 or 4253439. OLE color: 4253439.

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

Color convert

RGB 255 230 64 -
CMYK 0 0.10 0.75 0
HSL 52.15º 1% 0.63% -
HSV(B) 52.15º 0.75% 1% -
XYZ 70.46 78.22 16.24 -
YUV 218.55 40.78 154 -
System Red Green Blue C M Y K H S L
Decimal 255 230 64 0 0.10 0.75 0 52.15 1 0.63
Hex FF E6 40 0 A 4B 0 34 64 3F
Octal 377 346 100 0 12 113 0 64 144 77
Binary 11111111 11100110 1000000 0 1010 1001011 0 110100 1100100 111111

Color Harmonies of #FFE640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE640

Black with #FFE640

Text Example


Text Example

White with #FFE640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE640; }

 p { color: rgb(255,230,64); }

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

background-color css

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

 a { background-color: rgb(255,230,64); }

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

border-color css

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

 span { border-color: rgb(255,230,64); }

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